summaryrefslogtreecommitdiff
path: root/lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lookup.c')
0 files changed, 0 insertions, 0 deletions
5ef2f146c4b405d72bd1131fe9e0602c6f1d11ac parente62641475b20a3a7a65491dcf4cb9b10e5ee9567 (diff)
staging: lustre: lustre: obdclass: Modify return statement
Modify the return statement. The Coccinelle semantic patch used to make this change is as follows: @@ expression e, ret; @@ -ret = +return e; -return ret; Delete the declaration of the return variable rc, as it is no longer used. Signed-off-by: Anchal Jain <anchalj109@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat