Tag: a84b7fd5f7539a1eca943a17ba9d7cafc10f3f90

staging: lustre: lmv: drop trivially useless initialization

Author: Julia Lawall <Julia.Lawall@lip6.fr> Remove initialization of a variable that is immediately reassigned. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ type T; identifier x; constant C; expression e; @@ T x – = C ; x = e; // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman — drivers/staging/lustre/lustre/lmv/lmv_obd.c | 2 …

Continue reading