Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH][next] power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor"
@ 2022-02-02  9:12 Colin Ian King
  2022-02-02 12:45 ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Ian King @ 2022-02-02  9:12 UTC (permalink / raw)
  To: Sebastian Reichel, Chen-Yu Tsai, Hans de Goede, linux-pm
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a MODULE_PARM_DESC description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/power/supply/axp288_fuel_gauge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/axp288_fuel_gauge.c b/drivers/power/supply/axp288_fuel_gauge.c
index dcedbc59732d..13be2c1d6528 100644
--- a/drivers/power/supply/axp288_fuel_gauge.c
+++ b/drivers/power/supply/axp288_fuel_gauge.c
@@ -91,7 +91,7 @@
 
 static bool no_current_sense_res;
 module_param(no_current_sense_res, bool, 0444);
-MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resisitor");
+MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resistor");
 
 enum {
 	QWBTU_IRQ = 0,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor"
  2022-02-02  9:12 [PATCH][next] power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor" Colin Ian King
@ 2022-02-02 12:45 ` Hans de Goede
  2022-02-02 19:06   ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Hans de Goede @ 2022-02-02 12:45 UTC (permalink / raw)
  To: Colin Ian King, Sebastian Reichel, Chen-Yu Tsai, linux-pm
  Cc: kernel-janitors, linux-kernel

Hi,

On 2/2/22 10:12, Colin Ian King wrote:
> There is a spelling mistake in a MODULE_PARM_DESC description. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Oops my bad, patch looks good to me:

Acked-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans

> ---
>  drivers/power/supply/axp288_fuel_gauge.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/axp288_fuel_gauge.c b/drivers/power/supply/axp288_fuel_gauge.c
> index dcedbc59732d..13be2c1d6528 100644
> --- a/drivers/power/supply/axp288_fuel_gauge.c
> +++ b/drivers/power/supply/axp288_fuel_gauge.c
> @@ -91,7 +91,7 @@
>  
>  static bool no_current_sense_res;
>  module_param(no_current_sense_res, bool, 0444);
> -MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resisitor");
> +MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resistor");
>  
>  enum {
>  	QWBTU_IRQ = 0,
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor"
  2022-02-02 12:45 ` Hans de Goede
@ 2022-02-02 19:06   ` Sebastian Reichel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2022-02-02 19:06 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Colin Ian King, Chen-Yu Tsai, linux-pm, kernel-janitors,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

Hi,

On Wed, Feb 02, 2022 at 01:45:55PM +0100, Hans de Goede wrote:
> Hi,
> 
> On 2/2/22 10:12, Colin Ian King wrote:
> > There is a spelling mistake in a MODULE_PARM_DESC description. Fix it.
> > 
> > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> 
> Oops my bad, patch looks good to me:
> 
> Acked-by: Hans de Goede <hdegoede@redhat.com>
> 
> Regards,
> 
> Hans

Thanks, queued.

-- Sebastian

> 
> > ---
> >  drivers/power/supply/axp288_fuel_gauge.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/power/supply/axp288_fuel_gauge.c b/drivers/power/supply/axp288_fuel_gauge.c
> > index dcedbc59732d..13be2c1d6528 100644
> > --- a/drivers/power/supply/axp288_fuel_gauge.c
> > +++ b/drivers/power/supply/axp288_fuel_gauge.c
> > @@ -91,7 +91,7 @@
> >  
> >  static bool no_current_sense_res;
> >  module_param(no_current_sense_res, bool, 0444);
> > -MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resisitor");
> > +MODULE_PARM_DESC(no_current_sense_res, "No (or broken) current sense resistor");
> >  
> >  enum {
> >  	QWBTU_IRQ = 0,
> > 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-02 19:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02  9:12 [PATCH][next] power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor" Colin Ian King
2022-02-02 12:45 ` Hans de Goede
2022-02-02 19:06   ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox