projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3a4754
)
usb: core: Fix typo in description of "authorized_default"
author
Jakub Wilk
<
[email protected]
>
Wed, 27 Feb 2019 17:52:39 +0000
(18:52 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 27 Feb 2019 18:15:12 +0000
(19:15 +0100)
Add missing right parenthesis.
Signed-off-by: Jakub Wilk <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/core/hcd.c
patch
|
blob
|
history
diff --git
a/drivers/usb/core/hcd.c
b/drivers/usb/core/hcd.c
index 3b6e3e25f59ed53f8f1093ac87e21d5b8c0b801a..3189181bb628d921309d44296da06eff92b5d1bd 100644
(file)
--- 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
)
");
/*-------------------------------------------------------------------------*/
/**