diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-07-24 15:52:07 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-07-26 12:35:47 +0200 |
commit | 58d8bcd47ecc55f1ab92320fe36c31ff4d83cc0c (patch) | |
tree | f99d16e610af9b0223edc8b5b4ca0f1c4264880d | |
parent | 63f1b471a0446e24aa8908efeef3b2213cd34e90 (diff) | |
download | lwn-58d8bcd47ecc55f1ab92320fe36c31ff4d83cc0c.tar.gz lwn-58d8bcd47ecc55f1ab92320fe36c31ff4d83cc0c.zip |
sfc/siena: fix repeated words in comments
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220724075207.21080-1-wangjianli@cdjrlc.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | drivers/net/ethernet/sfc/siena/net_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/siena/net_driver.h b/drivers/net/ethernet/sfc/siena/net_driver.h index c4a97fbf4672..ff7bbc325952 100644 --- a/drivers/net/ethernet/sfc/siena/net_driver.h +++ b/drivers/net/ethernet/sfc/siena/net_driver.h @@ -838,7 +838,7 @@ enum efx_xdp_tx_queues_mode { * @xdp_channel_offset: Offset of zeroth channel used for XPD TX. * @xdp_tx_per_channel: Max number of TX queues on an XDP TX channel. * @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, |