Commit 878e2eb2 authored by Julia Lawall's avatar Julia Lawall Committed by David S. Miller
Browse files

net: marvell: prestera: fix typo in comment



Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f660c18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};