From: Joe Perches Date: Wed, 11 Sep 2013 21:23:54 +0000 (-0700) Subject: checkpatch: add a few more --fix corrections X-Git-Tag: v3.12-rc1~52^2~118 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e616fc1c1dd673c53b682877e2d35a2862263c;p=pandora-kernel.git checkpatch: add a few more --fix corrections Suggest a few more single-line corrections. Remove DOS line endings Simplify removing trailing whitespace Remove global/static initializations to 0/NULL Convert pr_warning to pr_warn Add space after brace Convert binary constants to hex Remove whitespace after line continuation Use inline not __inline or __inline__ Use __printf and __scanf Use a single ; for statement terminations Convert __FUNCTION__ to __func__ Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed