Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23f4e3d8 authored by Jakub Wilk's avatar Jakub Wilk Committed by Greg Kroah-Hartman
Browse files

usb: core: Fix typo in description of "authorized_default"



Add missing right parenthesis.

Signed-off-by: default avatarJakub Wilk <jwilk@jwilk.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3a47548
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)");
/*-------------------------------------------------------------------------*/

/**