Skip to content

Commit 004f42d

Browse files
WangYuliakpm00
authored andcommitted
xen/xenbus: fix typo "notifer"
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: WangYuli <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 5450403 commit 004f42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xen/xenbus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ int xenbus_printf(struct xenbus_transaction t,
180180
* sprintf-style type string, and pointer. Returns 0 or errno.*/
181181
int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
182182

183-
/* notifer routines for when the xenstore comes up */
183+
/* notifier routines for when the xenstore comes up */
184184
extern int xenstored_ready;
185185
int register_xenstore_notifier(struct notifier_block *nb);
186186
void unregister_xenstore_notifier(struct notifier_block *nb);

0 commit comments

Comments
 (0)