lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <41013AF60AF9B5BE+20250715134407.540483-4-wangyuli@uniontech.com>
Date: Tue, 15 Jul 2025 21:44:03 +0800
From: WangYuli <wangyuli@...ontech.com>
To: wangyuli@...ontech.com
Cc: airlied@...il.com,
	akpm@...ux-foundation.org,
	alison.schofield@...el.com,
	andrew+netdev@...n.ch,
	andriy.shevchenko@...ux.intel.com,
	arend.vanspriel@...adcom.com,
	bp@...en8.de,
	brcm80211-dev-list.pdl@...adcom.com,
	brcm80211@...ts.linux.dev,
	colin.i.king@...il.com,
	cvam0000@...il.com,
	dan.j.williams@...el.com,
	dave.hansen@...ux.intel.com,
	dave.jiang@...el.com,
	dave@...olabs.net,
	davem@...emloft.net,
	dri-devel@...ts.freedesktop.org,
	edumazet@...gle.com,
	gregkh@...uxfoundation.org,
	guanwentao@...ontech.com,
	hpa@...or.com,
	ilpo.jarvinen@...ux.intel.com,
	intel-xe@...ts.freedesktop.org,
	ira.weiny@...el.com,
	j@...nau.net,
	jeff.johnson@....qualcomm.com,
	jgross@...e.com,
	jirislaby@...nel.org,
	johannes.berg@...el.com,
	jonathan.cameron@...wei.com,
	kuba@...nel.org,
	kvalo@...nel.org,
	kvm@...r.kernel.org,
	linux-cxl@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux-serial@...r.kernel.org,
	linux-wireless@...r.kernel.org,
	linux@...blig.org,
	lucas.demarchi@...el.com,
	marcin.s.wojtas@...il.com,
	ming.li@...omail.com,
	mingo@...nel.org,
	mingo@...hat.com,
	netdev@...r.kernel.org,
	niecheng1@...ontech.com,
	oleksandr_tyshchenko@...m.com,
	pabeni@...hat.com,
	pbonzini@...hat.com,
	quic_ramess@...cinc.com,
	ragazenta@...il.com,
	rodrigo.vivi@...el.com,
	seanjc@...gle.com,
	shenlichuan@...o.com,
	simona@...ll.ch,
	sstabellini@...nel.org,
	tglx@...utronix.de,
	thomas.hellstrom@...ux.intel.com,
	vishal.l.verma@...el.com,
	x86@...nel.org,
	xen-devel@...ts.xenproject.org,
	yujiaoliang@...o.com,
	zhanjun@...ontech.com
Subject: [PATCH v2 4/8] net: mvneta: Fix typo "notifer"

There is a spelling mistake of 'notifer' in the comment which
should be 'notifier'.

Link: https://lore.kernel.org/all/B3C019B63C93846F+20250715071245.398846-1-wangyuli@uniontech.com/
Signed-off-by: WangYuli <wangyuli@...ontech.com>
---
 drivers/net/ethernet/marvell/mvneta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
index 147571fdada3..ee4696600146 100644
--- a/drivers/net/ethernet/marvell/mvneta.c
+++ b/drivers/net/ethernet/marvell/mvneta.c
@@ -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;
-- 
2.50.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ