]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: warn when networking block comment lines don't start with *
authorJoe Perches <joe@perches.com>
Wed, 19 Jun 2013 00:07:19 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:05 +0000 (17:27 +1000)
commit0281eb4406813b5f30a746ba217e3be9b0d75667
treede1ea276d2084684790d3b53967bf9ab4b5c4710
parent65587aa105015b4f6633d3ff836e3e78716df87d
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 <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl