[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <8f0254185fbd8f5fc0e3803ec2566cc7defcb4cf.1460380917.git.jslaby@suse.cz>
Date: Mon, 11 Apr 2016 15:23:30 +0200
From: Jiri Slaby <jslaby@...e.cz>
To: stable@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Julia Lawall <Julia.Lawall@...6.fr>,
Michal Marek <mmarek@...e.com>, Jiri Slaby <jslaby@...e.cz>
Subject: [PATCH 3.12 88/98] scripts/coccinelle: modernize &
From: Julia Lawall <Julia.Lawall@...6.fr>
3.12-stable review patch. If anyone has any objections, please let me know.
===============
commit 1b669e713f277a4d4b3cec84e13d16544ac8286d upstream.
& is no longer allowed in column 0, since Coccinelle 1.0.4.
Signed-off-by: Julia Lawall <Julia.Lawall@...6.fr>
Tested-by: Nishanth Menon <nm@...com>
Signed-off-by: Michal Marek <mmarek@...e.com>
Signed-off-by: Jiri Slaby <jslaby@...e.cz>
---
scripts/coccinelle/iterators/use_after_iter.cocci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
|
--
2.8.1
Powered by blists - more mailing lists