usb: core: Fix typo in description of "authorized_default"
Add missing right parenthesis. Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a3a4754833
commit
23f4e3d8b3
|
@ -385,7 +385,7 @@ module_param(authorized_default, int, S_IRUGO|S_IWUSR);
|
||||||
MODULE_PARM_DESC(authorized_default,
|
MODULE_PARM_DESC(authorized_default,
|
||||||
"Default USB device authorization: 0 is not authorized, 1 is "
|
"Default USB device authorization: 0 is not authorized, 1 is "
|
||||||
"authorized, 2 is authorized for internal devices, -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)");
|
||||||
/*-------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue