commit | 83242e0c239aaa33e757584605f788ac1eca2f0f | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Tue Jan 06 14:41:17 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:15 2009 -0800 |
tree | fa114470eebf1bb00dc97ad6a0620a5f5cc4d308 | |
parent | 721c1cb60e0546d2e71b9aa50426c94e69c6521a [diff] |
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>