checkpatch: test multiple line block comment alignment
authorJoe Perches <joe@perches.com>
Sat, 10 Sep 2016 10:34:21 +0000 (20:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 10 Sep 2016 10:34:21 +0000 (20:34 +1000)
commit22526944c28b145c752e4f7053e521227c7cdafa
tree0ddf03d38829632b3a4f340b650101074ad5beb8
parent3878d018507c00d0af392921914f09e7a50be3c5
checkpatch: test multiple line block comment alignment

Warn when block comments are not aligned on the *

/*
 * block comment, no warning
 */

/*
  * block comment, emit warning
  */

Link: http://lkml.kernel.org/r/edb57bd330adfe024b95ec2a807d4aa7f0c8b112.1472261299.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl
This page took 0.035956 seconds and 5 git commands to generate.