Skip to content

Commit 5450403

Browse files
WangYuliakpm00
authored andcommitted
net: mvneta: fix typo "notifer"
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: WangYuli <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 26197b0 commit 5450403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/marvell/mvneta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4610,7 +4610,7 @@ static int mvneta_stop(struct net_device *dev)
46104610
/* Inform that we are stopping so we don't want to setup the
46114611
* driver for new CPUs in the notifiers. The code of the
46124612
* notifier for CPU online is protected by the same spinlock,
4613-
* so when we get the lock, the notifer work is done.
4613+
* so when we get the lock, the notifier work is done.
46144614
*/
46154615
spin_lock(&pp->lock);
46164616
pp->is_stopped = true;

0 commit comments

Comments
 (0)