diff options
| author | wangjianli <[email protected]> | 2022-07-24 07:47:46 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2022-07-26 10:35:37 +0000 |
| commit | 63f1b471a0446e24aa8908efeef3b2213cd34e90 (patch) | |
| tree | c7c52bc8f791788dc35e313218f08daf30212d2f | |
| parent | Merge branch 'add-mtu-change-with-stmmac-interface-running' (diff) | |
| download | kernel-63f1b471a0446e24aa8908efeef3b2213cd34e90.tar.gz kernel-63f1b471a0446e24aa8908efeef3b2213cd34e90.zip | |
sfc/falcon: fix repeated words in comments
Delete the redundant word 'in'.
Signed-off-by: wangjianli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/sfc/falcon/net_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h index a381cf9ec4f3..a2c7139f2b32 100644 --- a/drivers/net/ethernet/sfc/falcon/net_driver.h +++ b/drivers/net/ethernet/sfc/falcon/net_driver.h @@ -679,7 +679,7 @@ union ef4_multicast_hash { * @n_rx_channels: Number of channels used for RX (= number of RX queues) * @n_tx_channels: Number of channels used for TX * @rx_ip_align: RX DMA address offset to have IP header aligned in - * in accordance with NET_IP_ALIGN + * accordance with NET_IP_ALIGN * @rx_dma_len: Current maximum RX DMA length * @rx_buffer_order: Order (log2) of number of pages for each RX buffer * @rx_buffer_truesize: Amortised allocation size of an RX buffer, |
