checkpatch: test multiple line block comment alignment
authorJoe Perches <joe@perches.com>
Tue, 11 Oct 2016 20:51:50 +0000 (13:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Oct 2016 22:06:30 +0000 (15:06 -0700)
commit08eb9b8016b18f53fa8900f3d1c9359f9edeb724
tree1b616ce4b11712c7d3838c1888ee8ec5b5f8bd51
parentf90774e1fd2700de4a6e0d62866d34a26c544bd0
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl