[U-Boot] [PATCH] malloc: Remove control-L in malloc.h

Wolfgang Denk wd at denx.de
Mon May 30 22:15:18 CEST 2016


Dear Marek,

In message <1464621732-7617-1-git-send-email-marex at denx.de> you wrote:
> Remove what must've been a typo.
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>  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: wd at denx.de
"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


More information about the U-Boot mailing list