diff options
Diffstat (limited to 'drivers/usb/core/message.c')
| -rw-r--r-- | drivers/usb/core/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index 3cdcd0a2c0b7..0c8a7fc4dad8 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c | |||
| @@ -178,7 +178,7 @@ EXPORT_SYMBOL_GPL(usb_control_msg); | |||
| 178 | * | 178 | * |
| 179 | * Return: | 179 | * Return: |
| 180 | * If successful, 0. Otherwise a negative error number. The number of actual | 180 | * If successful, 0. Otherwise a negative error number. The number of actual |
| 181 | * bytes transferred will be stored in the @actual_length paramater. | 181 | * bytes transferred will be stored in the @actual_length parameter. |
| 182 | */ | 182 | */ |
| 183 | int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe, | 183 | int usb_interrupt_msg(struct usb_device *usb_dev, unsigned int pipe, |
| 184 | void *data, int len, int *actual_length, int timeout) | 184 | void *data, int len, int *actual_length, int timeout) |
