Skip to content

Commit

Permalink
scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_contin…
Browse files Browse the repository at this point in the history
…ue.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>
  • Loading branch information
Luis R. Rodriguez authored and Michal Marek committed Jul 22, 2016
1 parent c100d53 commit cc65e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/coccinelle/iterators/device_node_continue.cocci
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
// Copyright: (C) 2015 Julia Lawall, Inria. GPLv2.
// URL: http://coccinelle.lip6.fr/
// Options: --no-includes --include-headers
// Requires: 1.0.4
// Keywords: for_each_child_of_node, etc.

// This uses a conjunction, which requires at least coccinelle >= 1.0.4

virtual patch
virtual context
virtual org
Expand Down

0 comments on commit cc65e82

Please sign in to comment.