Prev: [PATCH 42/66] arch/mips/lib/libgcc.h: Checkpatch cleanup
Next: [PATCH 15/66] arch/um/drivers/ssl.h: Checkpatch cleanup
From: Andrea Gelmini on 27 Feb 2010 12:00 include/linux/raw.h:6: ERROR: space prohibited after that open parenthesis '(' include/linux/raw.h:6: ERROR: space prohibited before that close parenthesis ')' include/linux/raw.h:7: ERROR: space prohibited after that open parenthesis '(' include/linux/raw.h:7: ERROR: space prohibited before that close parenthesis ')' include/linux/raw.h:9: ERROR: trailing whitespace include/linux/raw.h:10: ERROR: open brace '{' following struct go on the same line Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- include/linux/raw.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/linux/raw.h b/include/linux/raw.h index 62d543e..01d635b 100644 --- a/include/linux/raw.h +++ b/include/linux/raw.h @@ -3,11 +3,10 @@ #include <linux/types.h> -#define RAW_SETBIND _IO( 0xac, 0 ) -#define RAW_GETBIND _IO( 0xac, 1 ) +#define RAW_SETBIND _IO(0xac, 0) +#define RAW_GETBIND _IO(0xac, 1) -struct raw_config_request -{ +struct raw_config_request { int raw_minor; __u64 block_major; __u64 block_minor; -- 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/ |