projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1c6bc
)
bnx2x: fix indentation in bnx2x_sp_task()
author
Michal Schmidt
<
[email protected]
>
Wed, 2 Mar 2016 12:47:11 +0000
(13:47 +0100)
committer
David S. Miller
<
[email protected]
>
Wed, 2 Mar 2016 18:31:57 +0000
(13:31 -0500)
Fix a case of misleading code indentation.
Signed-off-by: Michal Schmidt <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
index 9f5716aea1802680d7747b8519a618d8cc8b3379..2bf9c871144f714c56a72e4e584aa4db431d218c 100644
(file)
--- a/
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
+++ b/
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
@@
-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.