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:
Jakub Wilk 2019-02-27 18:52:39 +01:00 committed by Greg Kroah-Hartman
parent a3a4754833
commit 23f4e3d8b3
1 changed files with 1 additions and 1 deletions

View File

@ -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)");
/*-------------------------------------------------------------------------*/
/**