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

Commit d33a7e57 authored by Colin Ian King's avatar Colin Ian King Committed by Andy Shevchenko
Browse files

platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "capabilities"



There is a spelling mistake in a module parameter description. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 0e5e8004
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10269,7 +10269,7 @@ MODULE_PARM_DESC(volume_mode,

module_param_named(volume_capabilities, volume_capabilities, uint, 0444);
MODULE_PARM_DESC(volume_capabilities,
		 "Selects the mixer capabilites: 0=auto, 1=volume and mute, 2=mute only");
		 "Selects the mixer capabilities: 0=auto, 1=volume and mute, 2=mute only");

module_param_named(volume_control, volume_control_allowed, bool, 0444);
MODULE_PARM_DESC(volume_control,