Skip to content

Commit cc65e82

Browse files
mcgrofMichal Marek
authored andcommitted
scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci
Make use of the new Requires: tag to be able to specify coccinelle binary version requirements. The cocci file device_node_continue.cocci requires at least coccinelle 1.0.4. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Acked-by: Nicolas Palix <nicolas.palix@imag.fr> Signed-off-by: Michal Marek <mmarek@suse.com>
1 parent c100d53 commit cc65e82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/coccinelle/iterators/device_node_continue.cocci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
// Copyright: (C) 2015 Julia Lawall, Inria. GPLv2.
66
// URL: http://coccinelle.lip6.fr/
77
// Options: --no-includes --include-headers
8+
// Requires: 1.0.4
89
// Keywords: for_each_child_of_node, etc.
910

11+
// This uses a conjunction, which requires at least coccinelle >= 1.0.4
12+
1013
virtual patch
1114
virtual context
1215
virtual org

0 commit comments

Comments
 (0)