diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2016-02-18 00:16:14 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-12 07:33:42 -0700 |
commit | 1c77b5c4060a7e96e86eb332e0a9f5a3e7a95be0 (patch) | |
tree | 2b910270953b184a1414336d49f2982894512bf8 /scripts | |
parent | 3c2aed0537b998d2b003fbd7b2f83faa6b77b80b (diff) | |
download | lwn-1c77b5c4060a7e96e86eb332e0a9f5a3e7a95be0.tar.gz lwn-1c77b5c4060a7e96e86eb332e0a9f5a3e7a95be0.zip |
scripts/coccinelle: modernize &
commit 1b669e713f277a4d4b3cec84e13d16544ac8286d upstream.
& is no longer allowed in column 0, since Coccinelle 1.0.4.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/coccinelle/iterators/use_after_iter.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/iterators/use_after_iter.cocci b/scripts/coccinelle/iterators/use_after_iter.cocci index f085f5968c52..ce8cc9c006e5 100644 --- a/scripts/coccinelle/iterators/use_after_iter.cocci +++ b/scripts/coccinelle/iterators/use_after_iter.cocci @@ -123,7 +123,7 @@ list_remove_head(x,c,...) | sizeof(<+...c...+>) | -&c->member + &c->member | c = E | |