提交 da287623 编写于 作者: M Manish Katiyar 提交者: Greg Kroah-Hartman

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: NManish Katiyar <mkatiyar@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 6835b32c
......@@ -33,7 +33,7 @@ EXPORT_SYMBOL_GPL(usb_register_notify);
* usb_unregister_notify - unregister a notifier callback
* @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.
*/
void usb_unregister_notify(struct notifier_block *nb)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册