net: marvell: prestera: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:16 +0000 (13:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 19:44:29 +0000 (20:44 +0100)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/prestera/prestera_rxtx.c

index e452cdeaf703a3d667b265666aa225f7efd8930d..dc3e3ddc60bf5d5f39c3880bcb3bebd188e266e0 100644 (file)
@@ -102,7 +102,7 @@ struct prestera_sdma {
        struct net_device napi_dev;
        u32 map_addr;
        u64 dma_mask;
-       /* protect SDMA with concurrrent access from multiple CPUs */
+       /* protect SDMA with concurrent access from multiple CPUs */
        spinlock_t tx_lock;
 };