From 23f4e3d8b310abfa4adf6ac3e016804a4cccd464 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 27 Feb 2019 18:52:39 +0100 Subject: [PATCH] usb: core: Fix typo in description of "authorized_default" Add missing right parenthesis. Signed-off-by: Jakub Wilk Signed-off-by: Greg Kroah-Hartman --- drivers/usb/core/hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 3b6e3e25f59e..3189181bb628 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c @@ -385,7 +385,7 @@ module_param(authorized_default, int, S_IRUGO|S_IWUSR); MODULE_PARM_DESC(authorized_default, "Default USB device authorization: 0 is not authorized, 1 is " "authorized, 2 is authorized for internal devices, -1 is " - "authorized except for wireless USB (default, old behaviour"); + "authorized except for wireless USB (default, old behaviour)"); /*-------------------------------------------------------------------------*/ /**