diff options
Diffstat (limited to 'drivers/net/ethernet/broadcom')
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h index 77bcd4cb4ffb..dfa3ee2ddba4 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | |||
@@ -1458,7 +1458,7 @@ struct bnx2x { | |||
1458 | int fw_stats_req_sz; | 1458 | int fw_stats_req_sz; |
1459 | 1459 | ||
1460 | /* | 1460 | /* |
1461 | * FW statistics data shortcut (points at the begining of | 1461 | * FW statistics data shortcut (points at the beginning of |
1462 | * fw_stats buffer + fw_stats_req_sz). | 1462 | * fw_stats buffer + fw_stats_req_sz). |
1463 | */ | 1463 | */ |
1464 | struct bnx2x_fw_stats_data *fw_stats_data; | 1464 | struct bnx2x_fw_stats_data *fw_stats_data; |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h index f83e033da6da..acf2fe4ca608 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | |||
@@ -1321,7 +1321,7 @@ void bnx2x_init_mcast_obj(struct bnx2x *bp, | |||
1321 | * the current command will be enqueued to the tail of the | 1321 | * the current command will be enqueued to the tail of the |
1322 | * pending commands list. | 1322 | * pending commands list. |
1323 | * | 1323 | * |
1324 | * Return: 0 is operation was sucessfull and there are no pending completions, | 1324 | * Return: 0 is operation was successfull and there are no pending completions, |
1325 | * negative if there were errors, positive if there are pending | 1325 | * negative if there were errors, positive if there are pending |
1326 | * completions. | 1326 | * completions. |
1327 | */ | 1327 | */ |