Discussion:
Wrong function name in comments
Manish Katiyar
2007-12-07 10:22:24 UTC
Permalink
Hi ,

I am a new bie and was reading through the file usb/core/notify.c
where I found that there is one of the function names written wrong in
the comments at line 36.

36 * usb_register_notifier() must have been previously called for this function

This should be usb_register_notify() I guess coz I couldnt find any
references of the above function in the kernel source.
--
Thanks & Regards,
********************************************
Manish Katiyar ( http://mkatiyar.googlepages.com )
Ozone 2, SP Infocity (Software Park),
New Survey #208 Manjari Stud Farms Ltd.,
Phursungi Village, Haveli Taluka, Saswad Road,
Hadapsar, Pune - 412308, India
***********************************************

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
linux-usb-***@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
Greg KH
2007-12-14 20:03:46 UTC
Permalink
Post by Manish Katiyar
Hi ,
I am a new bie and was reading through the file usb/core/notify.c
where I found that there is one of the function names written wrong in
the comments at line 36.
36 * usb_register_notifier() must have been previously called for this function
This should be usb_register_notify() I guess coz I couldnt find any
references of the above function in the kernel source.
Care to send a patch fixing this up?

thanks,

greg k-h

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
linux-usb-***@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Loading...