[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 7/8] xen/xenbus: Fix typo "notifer"
- To: wangyuli@xxxxxxxxxxxxx
- From: WangYuli <wangyuli@xxxxxxxxxxxxx>
- Date: Tue, 15 Jul 2025 21:44:06 +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:58:43 +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>
---
include/xen/xenbus.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h
index 3f90bdd387b6..00b84f2e402b 100644
--- a/include/xen/xenbus.h
+++ b/include/xen/xenbus.h
@@ -180,7 +180,7 @@ int xenbus_printf(struct xenbus_transaction t,
* sprintf-style type string, and pointer. Returns 0 or errno.*/
int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
-/* notifer routines for when the xenstore comes up */
+/* notifier routines for when the xenstore comes up */
extern int xenstored_ready;
int register_xenstore_notifier(struct notifier_block *nb);
void unregister_xenstore_notifier(struct notifier_block *nb);
--
2.50.0
|