Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB : correct comments in usb/core/notify.c

This patch corrects the wrong function name mentioned in the comments
of usb_unregister_notify function.

Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Manish Katiyar and committed by
Greg Kroah-Hartman
da287623 6835b32c

+1 -1
+1 -1
drivers/usb/core/notify.c
··· 33 33 * usb_unregister_notify - unregister a notifier callback 34 34 * @nb: pointer to the notifier block for the callback events. 35 35 * 36 - * usb_register_notifier() must have been previously called for this function 36 + * usb_register_notify() must have been previously called for this function 37 37 * to work properly. 38 38 */ 39 39 void usb_unregister_notify(struct notifier_block *nb)