From: Andrew Morton Date: Wed, 30 Nov 2011 04:11:36 +0000 (+1100) Subject: treewide-convert-uses-of-attrib_noreturn-to-__noreturn-checkpatch-fixes X-Git-Tag: next-20111130~3^2~93 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=452d24e23a16b12e17ad20e8c29713d28a40199a;p=karo-tx-linux.git treewide-convert-uses-of-attrib_noreturn-to-__noreturn-checkpatch-fixes Cc: Benjamin Herrenschmidt WARNING: please, no spaces at the start of a line #57: FILE: arch/m68k/amiga/config.c:515: + __noreturn;$ total: 0 errors, 1 warnings, 106 lines checked ./patches/treewide-convert-uses-of-attrib_noreturn-to-__noreturn.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Joe Perches Signed-off-by: Andrew Morton --- diff --git a/arch/m68k/amiga/config.c b/arch/m68k/amiga/config.c index 7aec938f847c..b95a451b1c3a 100644 --- a/arch/m68k/amiga/config.c +++ b/arch/m68k/amiga/config.c @@ -511,8 +511,7 @@ static unsigned long amiga_gettimeoffset(void) return ticks + offset; } -static void amiga_reset(void) - __noreturn; +static void amiga_reset(void) __noreturn; static void amiga_reset(void) {