]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: lnet: Remove an error code indent should use tabs where possible
authorAnchal Jain <anchalj109@gmail.com>
Sun, 28 Feb 2016 13:55:23 +0000 (19:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 03:38:33 +0000 (19:38 -0800)
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>
drivers/staging/lustre/lnet/lnet/api-ni.c

index aa244894a3d9b749afbda92753bc1e1acfa313b2..157160139f3a79cc7051e58bfdd0a08a2235e9a9 100644 (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) {