Re: [PATCH] platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "capabilities"

From: Andy Shevchenko
Date: Mon May 06 2019 - 04:50:39 EST


On Tue, Apr 16, 2019 at 9:58 AM Mukesh Ojha <mojha@xxxxxxxxxxxxxx> wrote:
>
>
> On 4/15/2019 6:22 PM, Colin King wrote:
> > From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> >
> > There is a spelling mistake in a module parameter description. Fix it.
> >

Pushed to my review and testing queue, thanks!

> > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> Reviewed-by: Mukesh Ojha <mojha@xxxxxxxxxxxxxx>
>
> Cheers,
> -Mukesh
>
> > ---
> > drivers/platform/x86/thinkpad_acpi.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
> > index 57d9ae9d8e56..9192b686e9a6 100644
> > --- a/drivers/platform/x86/thinkpad_acpi.c
> > +++ b/drivers/platform/x86/thinkpad_acpi.c
> > @@ -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,



--
With Best Regards,
Andy Shevchenko