diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-06-30 07:42:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-01 12:14:24 +0200 |
commit | 36704239c8fe725468a09061fecf9af09ccf43ac (patch) | |
tree | 70aca09188c7be44a2ab5c021a4a8f6d94c8884e /drivers | |
parent | Merge branch 'prevent-permanently-closed-tc-taprio-gates-from-blocking-a-feli... (diff) | |
download | linux-36704239c8fe725468a09061fecf9af09ccf43ac.tar.xz linux-36704239c8fe725468a09061fecf9af09ccf43ac.zip |
marvell/octeontx2/af: fix repeated words in comments
Delete the redundant word 'so'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c index 3a31fb8cc155..e05fd2b9a929 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c @@ -2534,7 +2534,7 @@ alloc: /* Copy MCAM entry indices into mbox response entry_list. * Requester always expects indices in ascending order, so - * so reverse the list if reverse bitmap is used for allocation. + * reverse the list if reverse bitmap is used for allocation. */ if (!req->contig && rsp->count) { index = 0; |