Message ID | 20190911100745.30711-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 8f9b6228b2fcc58508774cfdfdcc4e3ac35ff7c8 |
Headers | show |
Series | usb: host: u132-hcd: fix spelling mistake "overcurren" -> "overcurrent" | expand |
diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c index 4efee34f154f..e9209e3e6248 100644 --- a/drivers/usb/host/u132-hcd.c +++ b/drivers/usb/host/u132-hcd.c @@ -71,7 +71,7 @@ INT_MODULE_PARM(testing, 0); /* Some boards misreport power switching/overcurrent*/ static bool distrust_firmware = true; module_param(distrust_firmware, bool, 0); -MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren" +MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurrent" "t setup"); static DECLARE_WAIT_QUEUE_HEAD(u132_hcd_wait); /*