Tag: 8482727897ff03f16fae8694c4496bd079a65feb

Staging: lustre: lustre: mgc: Remove variable that is not very useful.

Author: Heena Sirwani <heenasirwani@gmail.com> The following patch removes a variable that is not very useful using coccinelle. The semantic patch used was: @@ identifier ret; @@ -int ret = 0; … when != ret when strict -return ret; +return 0; Signed-off-by: Heena Sirwani Signed-off-by: Greg Kroah-Hartman — drivers/staging/lustre/lustre/mgc/mgc_request.c | 8 ++—— 1 file changed, 2 …

Continue reading