On Tue, May 12, 2009 at 01:43:35PM -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: Manish Katiyar <mkatiyar@xxxxxxxxx> > > Fix coding style whitespace issues and replace __initcall with > device_initcall. Fixed multi-line comments as per coding style. > > Errors as reported by checkpatch.pl :- > Before: > total: 14 errors, 14 warnings, 487 lines checked > After : > total: 0 errors, 8 warnings, 507 lines checked > > Compile tested binary verified as :- > Before: > text data bss dec hex filename > 2405 4 0 2409 969 kernel/kallsyms.o > After : > text data bss dec hex filename > 2405 4 0 2409 969 kernel/kallsyms.o > > Signed-off-by: Manish Katiyar <mkatiyar@xxxxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Applied, Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html