aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-01-07 23:48:09 +0000
committerDavid S. Miller <davem@davemloft.net>2019-01-10 09:30:49 -0500
commitfd21c89b876565df76051eca395018de2280f8e1 (patch)
tree778b6dd33103a019fd0d37d13a79a77b7e480eed /drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
parentnet: cxgb3: fix various indentation issues (diff)
downloadlinux-dev-fd21c89b876565df76051eca395018de2280f8e1.tar.xz
linux-dev-fd21c89b876565df76051eca395018de2280f8e1.zip
net: cxgb4: fix various indentation issues
There are some lines that have indentation issues, fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
index 9a6065a3fa46..c041f44324db 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
@@ -78,7 +78,7 @@ static void free_msix_idx_in_bmap(struct adapter *adap, unsigned int msix_idx)
unsigned long flags;
spin_lock_irqsave(&bmap->lock, flags);
- __clear_bit(msix_idx, bmap->msix_bmap);
+ __clear_bit(msix_idx, bmap->msix_bmap);
spin_unlock_irqrestore(&bmap->lock, flags);
}