mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
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:
parent
dfb259ae73
commit
118164345d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user