From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 30 May 2016 22:37:22 +0200 Subject: [U-Boot] [PATCH] malloc: Remove control-L in malloc.h In-Reply-To: <20160530201518.76EB0100C66@atlas.denx.de> References: <1464621732-7617-1-git-send-email-marex@denx.de> <20160530201518.76EB0100C66@atlas.denx.de> Message-ID: <574CA482.1050001@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/30/2016 10:15 PM, Wolfgang Denk wrote: > Dear Marek, > > In message <1464621732-7617-1-git-send-email-marex@denx.de> you wrote: >> Remove what must've been a typo. >> >> Signed-off-by: Marek Vasut >> Cc: Tom Rini >> Cc: Simon Glass >> --- >> 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. Urgh, ok, feel free to drop this patch, I don't really care. > Best regards, > > Wolfgang Denk > -- Best regards, Marek Vasut