Tag: fad22d71bbba464bfb30ea5e5c18c52cc8e35168

staging: lustre: libcfs: 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/libcfs/fail.c | 2 …

Continue reading