@@ -395,10 +395,11 @@ static int push_tx_frames(struct cxgbi_sock *csk, int req_completion)
struct sk_buff *skb;
if (unlikely(csk->state < CTP_ESTABLISHED ||
- csk->state == CTP_CLOSE_WAIT_1 || csk->state >= CTP_ABORTING)) {
- log_debug(1 << CXGBI_DBG_TOE | 1 << CXGBI_DBG_PDU_TX,
- "csk 0x%p,%u,0x%lx,%u, in closing state.\n",
- csk, csk->state, csk->flags, csk->tid);
+ csk->state == CTP_CLOSE_WAIT_1 ||
+ csk->state >= CTP_ABORTING)) {
+ log_debug(1 << CXGBI_DBG_TOE | 1 << CXGBI_DBG_PDU_TX,
+ "csk 0x%p,%u,0x%lx,%u, in closing state.\n",
+ csk, csk->state, csk->flags, csk->tid);
return 0;
}
Eliminate the follow smatch warning: drivers/scsi/fnic/fnic_fcs.c:164 fnic_handle_link() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> --- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)