From 4661abc7c44926ac34ce96deb9e332a6804a2520 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 16 Aug 2018 14:53:05 +0100 Subject: libc: Cleanup remaining files The existing files had some style problems that this patch fixes. Change-Id: I794e0d96e52f8da0ffa0d70a41f36c4432b4e563 Signed-off-by: Antonio Nino Diaz --- lib/libc/putchar.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/libc/putchar.c') diff --git a/lib/libc/putchar.c b/lib/libc/putchar.c index 8265667b..0beb625b 100644 --- a/lib/libc/putchar.c +++ b/lib/libc/putchar.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -7,11 +7,6 @@ #include #include -/* Putchar() should either return the character printed or EOF in case of error. - * Our current console_putc() function assumes success and returns the - * character. Write all other printing functions in terms of putchar(), if - * possible, so they all benefit when this is improved. - */ int putchar(int c) { int res; -- cgit v1.2.3