checkpatch: widen implied comment detection to allow multiple stars
authorAndy Whitcroft <apw@shadowen.org>
Tue, 6 Jan 2009 22:41:17 +0000 (14:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:15 +0000 (15:59 -0800)
commit83242e0c239aaa33e757584605f788ac1eca2f0f
treefa114470eebf1bb00dc97ad6a0620a5f5cc4d308
parent721c1cb60e0546d2e71b9aa50426c94e69c6521a
checkpatch: widen implied comment detection to allow multiple stars

Some people use double star '**' as a comment continuation, and start
comments with complete lines of stars.  Widen the implied comment
detection to pick these up.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl