[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 4/8] net: mvneta: Fix typo "notifer"
- To: wangyuli@xxxxxxxxxxxxx
- From: WangYuli <wangyuli@xxxxxxxxxxxxx>
- Date: Tue, 15 Jul 2025 21:44:03 +0800
- Cc: airlied@xxxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx, alison.schofield@xxxxxxxxx, andrew+netdev@xxxxxxx, andriy.shevchenko@xxxxxxxxxxxxxxx, arend.vanspriel@xxxxxxxxxxxx, bp@xxxxxxxxx, brcm80211-dev-list.pdl@xxxxxxxxxxxx, brcm80211@xxxxxxxxxxxxxxx, colin.i.king@xxxxxxxxx, cvam0000@xxxxxxxxx, dan.j.williams@xxxxxxxxx, dave.hansen@xxxxxxxxxxxxxxx, dave.jiang@xxxxxxxxx, dave@xxxxxxxxxxxx, davem@xxxxxxxxxxxxx, dri-devel@xxxxxxxxxxxxxxxxxxxxx, edumazet@xxxxxxxxxx, gregkh@xxxxxxxxxxxxxxxxxxx, guanwentao@xxxxxxxxxxxxx, hpa@xxxxxxxxx, ilpo.jarvinen@xxxxxxxxxxxxxxx, intel-xe@xxxxxxxxxxxxxxxxxxxxx, ira.weiny@xxxxxxxxx, j@xxxxxxxxxx, jeff.johnson@xxxxxxxxxxxxxxxx, jgross@xxxxxxxx, jirislaby@xxxxxxxxxx, johannes.berg@xxxxxxxxx, jonathan.cameron@xxxxxxxxxx, kuba@xxxxxxxxxx, kvalo@xxxxxxxxxx, kvm@xxxxxxxxxxxxxxx, linux-cxl@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-serial@xxxxxxxxxxxxxxx, linux-wireless@xxxxxxxxxxxxxxx, linux@xxxxxxxxxxx, lucas.demarchi@xxxxxxxxx, marcin.s.wojtas@xxxxxxxxx, ming.li@xxxxxxxxxxxx, mingo@xxxxxxxxxx, mingo@xxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, niecheng1@xxxxxxxxxxxxx, oleksandr_tyshchenko@xxxxxxxx, pabeni@xxxxxxxxxx, pbonzini@xxxxxxxxxx, quic_ramess@xxxxxxxxxxx, ragazenta@xxxxxxxxx, rodrigo.vivi@xxxxxxxxx, seanjc@xxxxxxxxxx, shenlichuan@xxxxxxxx, simona@xxxxxxxx, sstabellini@xxxxxxxxxx, tglx@xxxxxxxxxxxxx, thomas.hellstrom@xxxxxxxxxxxxxxx, vishal.l.verma@xxxxxxxxx, x86@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, yujiaoliang@xxxxxxxx, zhanjun@xxxxxxxxxxxxx
- Delivery-date: Tue, 15 Jul 2025 13:46:11 +0000
- Ex-qq-recipientcnt: 63
- Feedback-id: zesmtpip:uniontech.com:qybglogicsvrgz:qybglogicsvrgz8a-1
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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@xxxxxxxxxxxxx/
Signed-off-by: WangYuli <wangyuli@xxxxxxxxxxxxx>
---
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
|