From 118164345dba84b9a9f27998a3194d5b7852fec5 Mon Sep 17 00:00:00 2001 From: Anchal Jain Date: Sun, 28 Feb 2016 19:25:23 +0530 Subject: [PATCH] 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 --- drivers/staging/lustre/lnet/lnet/api-ni.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.7.4