Dear Marek, In message <[email protected]> you wrote: > Remove what must've been a typo. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Simon Glass <[email protected]> > --- > include/malloc.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/malloc.h b/include/malloc.h > index 8175c75..e065473 100644 > --- a/include/malloc.h > +++ b/include/malloc.h > @@ -215,7 +215,6 @@ > > */ > > - > #ifndef __MALLOC_H__ > #define __MALLOC_H__
This is most likely NOT a typo, but an intentional page break (yes, there was a time when people used to _print_ source code on dead wood). And I bet if comes from the original imported dlmalloc code, so please check twice befoire introducing an unneeded difference. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "Where shall I begin, please your Majesty?" he asked. "Begin at the beginning," the King said, gravely, "and go on till you come to the end: then stop." - Alice's Adventures in Wonderland, Lewis Carroll _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

