Skip to content

Commit d33a7e5

Browse files
Colin Ian Kingandy-shev
authored andcommitted
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 <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 0e5e800 commit d33a7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/thinkpad_acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10269,7 +10269,7 @@ MODULE_PARM_DESC(volume_mode,
1026910269

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

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

0 commit comments

Comments
 (0)