From 9b6d4ed987045f611d3769c22d76eadc682b675b Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 2 Dec 2011 14:12:09 +1100 Subject: [PATCH] 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 --- arch/m68k/amiga/config.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.39.5