summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-06-30 08:42:04 +0300
committerDavid S. Miller <davem@davemloft.net>2022-07-01 13:14:24 +0300
commit36704239c8fe725468a09061fecf9af09ccf43ac (patch)
tree70aca09188c7be44a2ab5c021a4a8f6d94c8884e /drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
parent087b79854b9bf8cff3f7b4dd2a25380aac6858a4 (diff)
downloadlinux-36704239c8fe725468a09061fecf9af09ccf43ac.tar.xz
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/net/ethernet/marvell/octeontx2/af/rvu_npc.c')
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c2
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;