From: Anchal Jain Date: Sun, 28 Feb 2016 13:55:23 +0000 (+0530) Subject: staging: lustre: lnet: Remove an error code indent should use tabs where possible X-Git-Tag: v4.14-rc1~3621^2~361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=118164345dba84b9a9f27998a3194d5b7852fec5;p=platform%2Fkernel%2Flinux-rpi.git staging: lustre: lnet: Remove an error code indent should use tabs where possible Remove space and use tabs for indent the code. Signed-off-by: Anchal Jain Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/lnet/api-ni.c b/drivers/staging/lustre/lnet/lnet/api-ni.c index aa24489..1571601 100644 --- a/drivers/staging/lustre/lnet/lnet/api-ni.c +++ b/drivers/staging/lustre/lnet/lnet/api-ni.c @@ -1336,8 +1336,8 @@ lnet_startup_lndni(struct lnet_ni *ni, __s32 peer_timeout, * shutdown the NI since if we get here then it must've already * been started */ - lnet_shutdown_lndni(ni); - return -EINVAL; + lnet_shutdown_lndni(ni); + return -EINVAL; } cfs_percpt_for_each(tq, i, ni->ni_tx_queues) {