[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1286654272-21483-5-git-send-email-arnd@arndb.de>
Date: Sat, 9 Oct 2010 21:57:50 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-kernel@...r.kernel.org
Cc: linux-arch@...r.kernel.org,
Andrea Gelmini <andrea.gelmini@...ma.net>,
Arnd Bergmann <arnd@...db.de>
Subject: [PATCH 4/6] asm-generic: kdebug.h: Checkpatch cleanup
From: Andrea Gelmini <andrea.gelmini@...ma.net>
include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV)
Signed-off-by: Andrea Gelmini <andrea.gelmini@...ma.net>
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
include/asm-generic/kdebug.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-generic/kdebug.h b/include/asm-generic/kdebug.h
index 11e57b6..d181449 100644
--- a/include/asm-generic/kdebug.h
+++ b/include/asm-generic/kdebug.h
@@ -3,7 +3,7 @@
enum die_val {
DIE_UNUSED,
- DIE_OOPS=1
+ DIE_OOPS = 1,
};
#endif /* _ASM_GENERIC_KDEBUG_H */
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists