Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da287623 authored by Manish Katiyar's avatar Manish Katiyar Committed by Greg Kroah-Hartman
Browse files

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: default avatarManish Katiyar <mkatiyar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6835b32c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ EXPORT_SYMBOL_GPL(usb_register_notify);
 * usb_unregister_notify - unregister a notifier callback
 * usb_unregister_notify - unregister a notifier callback
 * @nb: pointer to the notifier block for the callback events.
 * @nb: pointer to the notifier block for the callback events.
 *
 *
 * usb_register_notifier() must have been previously called for this function
 * usb_register_notify() must have been previously called for this function
 * to work properly.
 * to work properly.
 */
 */
void usb_unregister_notify(struct notifier_block *nb)
void usb_unregister_notify(struct notifier_block *nb)