Skip to content

Commit 63f1b47

Browse files
wangjianliPaolo Abeni
authored andcommitted
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]>
1 parent 8e4372e commit 63f1b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ union ef4_multicast_hash {
679679
* @n_rx_channels: Number of channels used for RX (= number of RX queues)
680680
* @n_tx_channels: Number of channels used for TX
681681
* @rx_ip_align: RX DMA address offset to have IP header aligned in
682-
* in accordance with NET_IP_ALIGN
682+
* accordance with NET_IP_ALIGN
683683
* @rx_dma_len: Current maximum RX DMA length
684684
* @rx_buffer_order: Order (log2) of number of pages for each RX buffer
685685
* @rx_buffer_truesize: Amortised allocation size of an RX buffer,

0 commit comments

Comments
 (0)