lkml.org 
[lkml]   [2018]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 02/20] net/mlx5e: drop useless LIST_HEAD
    On Sun, Dec 23, 2018 at 09:56:57AM +0100, Julia Lawall wrote:
    > Drop LIST_HEAD where the variable it declares is never used.
    >
    > These became useless in 244cd96adb5f ("net_sched: remove list_head
    > from tc_action")
    >
    > The semantic patch that fixes this problem is as follows:
    > (http://coccinelle.lip6.fr/)
    >
    > // <smpl>
    > @@
    > identifier x;
    > @@
    > - LIST_HEAD(x);
    > ... when != x
    > // </smpl>
    >
    > Fixes: 244cd96adb5f ("net_sched: remove list_head from tc_action")
    > Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
    >

    Thanks,
    Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2018-12-23 10:41    [W:4.287 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site