]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
bnx2x: fix indentation in bnx2x_sp_task()
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 2 Mar 2016 12:47:11 +0000 (13:47 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 02:28:47 +0000 (19:28 -0700)
Fix a case of misleading code indentation.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23718192
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c

index ea42271dd4140ce424449a8c3881b665580e7bb7..b3e5f8ac3a87fa25bc15021cb5d6a97a11d4cbc1 100644 (file)
@@ -5682,7 +5682,7 @@ static void bnx2x_sp_task(struct work_struct *work)
                if (status & BNX2X_DEF_SB_IDX) {
                        struct bnx2x_fastpath *fp = bnx2x_fcoe_fp(bp);
 
-               if (FCOE_INIT(bp) &&
+                       if (FCOE_INIT(bp) &&
                            (bnx2x_has_rx_work(fp) || bnx2x_has_tx_work(fp))) {
                                /* Prevent local bottom-halves from running as
                                 * we are going to change the local NAPI list.