Tag: f82ced5d6bce6cd0719e95f744bfeb8f81677790

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

Continue reading