mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
fm10k: TRIVIAL fix typo of hardware
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
dbf4284886
commit
c7bc952349
@ -584,7 +584,7 @@ static void fm10k_configure_tx_ring(struct fm10k_intfc *interface,
|
||||
/* store tail pointer */
|
||||
ring->tail = &interface->uc_addr[FM10K_TDT(reg_idx)];
|
||||
|
||||
/* reset ntu and ntc to place SW in sync with hardwdare */
|
||||
/* reset ntu and ntc to place SW in sync with hardware */
|
||||
ring->next_to_clean = 0;
|
||||
ring->next_to_use = 0;
|
||||
|
||||
@ -690,7 +690,7 @@ static void fm10k_configure_rx_ring(struct fm10k_intfc *interface,
|
||||
/* store tail pointer */
|
||||
ring->tail = &interface->uc_addr[FM10K_RDT(reg_idx)];
|
||||
|
||||
/* reset ntu and ntc to place SW in sync with hardwdare */
|
||||
/* reset ntu and ntc to place SW in sync with hardware */
|
||||
ring->next_to_clean = 0;
|
||||
ring->next_to_use = 0;
|
||||
ring->next_to_alloc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user