mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
UPSTREAM: 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.
Change-Id: I11e894e3b2cbd88362271ea064ec3674ae9ffd71
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>
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
(cherry picked from commit cc65e82336)
This commit is contained in:
parent
d3dd61f590
commit
fed2eddfd5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user