mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 19:36:39 +07:00
platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "capabilities"
There is a spelling mistake in a module parameter description. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
0e5e80043b
commit
d33a7e578e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user