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 <anchalj109@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anchal Jain 2016-02-28 19:25:23 +05:30 committed by Greg Kroah-Hartman
parent dfb259ae73
commit 118164345d

View File

@ -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) {