Commit 11816434 authored by Anchal Jain's avatar Anchal Jain Committed by Greg Kroah-Hartman

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: default avatarAnchal Jain <anchalj109@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dfb259ae
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment