Skip to content

Commit

Permalink
platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "c…
Browse files Browse the repository at this point in the history
…apabilities"

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>
  • Loading branch information
Colin Ian King authored and Andy Shevchenko committed May 6, 2019
1 parent 0e5e800 commit d33a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d33a7e5

Please sign in to comment.