]> Pileus Git - ~andy/linux/commitdiff
staging/lustre/lnet: remove extra space in lstcon_rpc_trans_abort
authorAmir Shehata <amir.shehata@intel.com>
Tue, 19 Nov 2013 13:23:45 +0000 (21:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Nov 2013 18:38:02 +0000 (10:38 -0800)
This is coding style fix part of original Lustre commit in external tree.

Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3093
Lustre-change: http://review.whamcloud.com/6092
Signed-off-by: Amir Shehata <amir.shehata@intel.com>
Reviewed-by: Isaac Huang <he.huang@intel.com>
Reviewed-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/conrpc.c

index 9a52f25b72e90931053c7bf642789797ca522325..53d58924737ba13b7bbc8de4ccbb614f0a7f2b1e 100644 (file)
@@ -311,7 +311,7 @@ lstcon_rpc_trans_abort(lstcon_rpc_trans_t *trans, int error)
 
                sfw_abort_rpc(rpc);
 
-               if  (error != ETIMEDOUT)
+               if (error != ETIMEDOUT)
                        continue;
 
                nd = crpc->crp_node;