Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[firefly-linux-kernel-4.4.55.git] / drivers / usb / gadget / function / f_hid.c
index 488ac66aae9e3cf9c9346ba25250be424b34160f..6e04e302dc3a85b0dba95cc90c12e97323fa635c 100644 (file)
@@ -422,7 +422,7 @@ static int hidg_setup(struct usb_function *f,
 
        case ((USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE) << 8
                  | HID_REQ_SET_REPORT):
-               VDBG(cdev, "set_report | wLenght=%d\n", ctrl->wLength);
+               VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength);
                goto stall;
                break;