Commit 54504038 authored by WangYuli's avatar WangYuli Committed by Andrew Morton
Browse files

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/0CB4300CB6F49007+20250722073431.21983-4-wangyuli@uniontech.com


Signed-off-by: default avatarWangYuli <wangyuli@uniontech.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 26197b0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4610,7 +4610,7 @@ static int mvneta_stop(struct net_device *dev)
		/* Inform that we are stopping so we don't want to setup the
		 * driver for new CPUs in the notifiers. The code of the
		 * notifier for CPU online is protected by the same spinlock,
		 * so when we get the lock, the notifer work is done.
		 * so when we get the lock, the notifier work is done.
		 */
		spin_lock(&pp->lock);
		pp->is_stopped = true;