summaryrefslogtreecommitdiff
path: root/drivers/usb/core/notify.c
diff options
context:
space:
mode:
authorManish Katiyar <mkatiyar@gmail.com>2007-12-15 11:01:14 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-01 14:34:44 -0800
commitda287623723f97939cdae8db44735228de15f3b5 (patch)
tree8361713ec9272d6e63870ae4eb77f3bf7ba21a58 /drivers/usb/core/notify.c
parent6835b32c38d3a64669f04a3e864f6933c5fdbd73 (diff)
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>
Diffstat (limited to 'drivers/usb/core/notify.c')
-rw-r--r--drivers/usb/core/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/notify.c b/drivers/usb/core/notify.c
index 6b36897ca151..7542dce3f5a1 100644
--- a/drivers/usb/core/notify.c
+++ b/drivers/usb/core/notify.c
@@ -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)