projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5450403
)
xen/xenbus: fix typo "notifer"
author
WangYuli
<wangyuli@uniontech.com>
Tue, 22 Jul 2025 07:34:30 +0000
(15:34 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Sat, 2 Aug 2025 19:01:40 +0000
(12:01 -0700)
There is a spelling mistake of 'notifer' in the comment which
should be 'notifier'.
Link:
https://lkml.kernel.org/r/C6633C66376C709A+20250722073431.21983-7-wangyuli@uniontech.com
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/xen/xenbus.h
patch
|
blob
|
history
diff --git
a/include/xen/xenbus.h
b/include/xen/xenbus.h
index
3f90bdd
..
00b84f2
100644
(file)
--- 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 */
+/* notif
i
er 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);