From: Joe Perches Date: Wed, 3 Jul 2013 22:05:24 +0000 (-0700) Subject: checkpatch: warn when networking block comment lines don't start with * X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a605e32ebde25dc31f943fecb30e3e28079ccd06;p=pandora-kernel.git checkpatch: warn when networking block comment lines don't start with * Some block comments in network are written as: /* block comment line 1 block comment line 2 */ Emit a warning on the "block comment line 2" because it should be /* block comment line 1 * block comment line 2 */ This warning is only emitted on the second line of a block comment. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed