Skip to content

Commit 58d8bcd

Browse files
wangjianliPaolo Abeni
authored andcommitted
sfc/siena: 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]>
1 parent 63f1b47 commit 58d8bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/sfc/siena/net_driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ enum efx_xdp_tx_queues_mode {
838838
* @xdp_channel_offset: Offset of zeroth channel used for XPD TX.
839839
* @xdp_tx_per_channel: Max number of TX queues on an XDP TX channel.
840840
* @rx_ip_align: RX DMA address offset to have IP header aligned in
841-
* in accordance with NET_IP_ALIGN
841+
* accordance with NET_IP_ALIGN
842842
* @rx_dma_len: Current maximum RX DMA length
843843
* @rx_buffer_order: Order (log2) of number of pages for each RX buffer
844844
* @rx_buffer_truesize: Amortised allocation size of an RX buffer,

0 commit comments

Comments
 (0)