From: Amir Shehata Date: Tue, 19 Nov 2013 13:23:45 +0000 (+0800) Subject: staging/lustre/lnet: remove extra space in lstcon_rpc_trans_abort X-Git-Tag: next-20131128~9^2~87^2~42 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f02e015688079350cb507c45cdf9790cfc772384;p=karo-tx-linux.git staging/lustre/lnet: remove extra space in lstcon_rpc_trans_abort 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 Reviewed-by: Isaac Huang Reviewed-by: Liang Zhen Reviewed-by: Oleg Drokin Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/selftest/conrpc.c b/drivers/staging/lustre/lnet/selftest/conrpc.c index 9a52f25b72e9..53d58924737b 100644 --- a/drivers/staging/lustre/lnet/selftest/conrpc.c +++ b/drivers/staging/lustre/lnet/selftest/conrpc.c @@ -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;