Prev: [PATCH 26/66] fs/befs/btree.h: Checkpatch cleanup
Next: [PATCH 11/66] arch/um/drivers/stdio_console.h: Checkpatch cleanup
From: Andrea Gelmini on 27 Feb 2010 12:00 include/asm-generic/kdebug.h:6: ERROR: spaces required around that '=' (ctx:VxV) Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- 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..832be39 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.0.90.g251a4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |