Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

coccinelle/null: solve parse error

This patch solves the parse-error by adding @@ . This is necessary since
Coccinelle version 1.0.0-rc20. Also, the comment is added to use a
recent version of Coccinelle.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

Himangi Saraogi and committed by
Michal Marek
b5889ab7 aa8dbeee

+2 -1
+2 -1
scripts/coccinelle/null/badzero.cocci
··· 10 10 // Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2. 11 11 // Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2. 12 12 // URL: http://coccinelle.lip6.fr/ 13 - // Comments: 13 + // Comments: Requires Coccinelle version 1.0.0-rc20 or later 14 14 // Options: 15 15 16 16 virtual patch ··· 19 19 virtual report 20 20 21 21 @initialize:ocaml@ 22 + @@ 22 23 let negtable = Hashtbl.create 101 23 24 24 25 @depends on patch@