Coccinelle: Use new comment format to explain kfree.cocci
authorNicolas Palix <npalix.work@gmail.com>
Fri, 8 Oct 2010 19:27:39 +0000 (21:27 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 13 Oct 2010 12:26:06 +0000 (14:26 +0200)
Use new comment format to separate proposed commit message
and information about generated false positives

Signed-off-by: Nicolas Palix <npalix.work@gmail.com>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/free/kfree.cocci

index c13a539..f9f79d9 100644 (file)
@@ -1,7 +1,8 @@
-/// Find a use after free.  Values of variables may imply that some
-/// execution paths are not possible, resulting in false positives.
-/// Another source of false positives are macros such as
-/// SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument
+/// Find a use after free.
+//# Values of variables may imply that some
+//# execution paths are not possible, resulting in false positives.
+//# Another source of false positives are macros such as
+//# SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument
 ///
 // Confidence: Moderate
 // Copyright: (C) 2010 Nicolas Palix, DIKU.  GPLv2.