* [v2] usb: core: Fix typo in description of "authorized_default"
@ 2019-02-27 17:52 Jakub Wilk
0 siblings, 0 replies; only message in thread
From: Jakub Wilk @ 2019-02-27 17:52 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-usb
Add missing right parenthesis.
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
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)");
/*-------------------------------------------------------------------------*/
/**
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-27 17:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-27 17:52 [v2] usb: core: Fix typo in description of "authorized_default" Jakub Wilk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).