Commit a91be2acc648f18d39b15c6eb7136b0c208e2cab
Committed by
Greg Kroah-Hartman
1 parent
5398a64c63
Exists in
master
and in
7 other branches
usb.h: fix ioctl kernel-doc info
Fix struct field name, prevent kernel-doc warnings. Warning(include/linux/usb.h:865): No description found for parameter 'unlocked_ioctl' Warning(include/linux/usb.h:865): Excess struct/union/enum/typedef member 'ioctl' description in 'usb_driver' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/linux/usb.h
... | ... | @@ -797,7 +797,7 @@ |
797 | 797 | * @disconnect: Called when the interface is no longer accessible, usually |
798 | 798 | * because its device has been (or is being) disconnected or the |
799 | 799 | * driver module is being unloaded. |
800 | - * @ioctl: Used for drivers that want to talk to userspace through | |
800 | + * @unlocked_ioctl: Used for drivers that want to talk to userspace through | |
801 | 801 | * the "usbfs" filesystem. This lets devices provide ways to |
802 | 802 | * expose information to user space regardless of where they |
803 | 803 | * do (or don't) show up otherwise in the filesystem. |