lkml.org 
[lkml]   [2016]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.4 168/210] scripts/coccinelle: modernize &
    Date
    4.4-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Julia Lawall <Julia.Lawall@lip6.fr>

    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>

    ---
    scripts/coccinelle/iterators/use_after_iter.cocci | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- 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
    |

    \
     
     \ /
      Last update: 2016-04-10 22:01    [W:4.087 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site