All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power: supply: ab8500_charger: fix spelling typo
@ 2022-01-19  3:53 elicec
  2022-02-11 20:08 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: elicec @ 2022-01-19  3:53 UTC (permalink / raw)
  To: sre; +Cc: linux-pm, linux-kernel, Hong Peng

From: Hong Peng <elicec@foxmail.com>

fix the comment typo: "interrupts", "structcure"

Signed-off-by: Hong Peng <elicec@foxmail.com>
---
 drivers/power/supply/ab8500_charger.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c
index ce074c018dcb..fcf4ed4e35aa 100644
--- a/drivers/power/supply/ab8500_charger.c
+++ b/drivers/power/supply/ab8500_charger.c
@@ -171,7 +171,7 @@ enum ab8500_usb_state {
 	struct ab8500_charger, ac_chg)
 
 /**
- * struct ab8500_charger_interrupts - ab8500 interupts
+ * struct ab8500_charger_interrupts - ab8500 interrupts
  * @name:	name of the interrupt
  * @isr		function pointer to the isr
  */
@@ -1083,7 +1083,7 @@ static int ab8500_vbus_in_curr_to_regval(struct ab8500_charger *di, int curr_ua)
 
 /**
  * ab8500_charger_get_usb_cur() - get usb current
- * @di:		pointer to the ab8500_charger structre
+ * @di:		pointer to the ab8500_charger structure
  *
  * The usb stack provides the maximum current that can be drawn from
  * the standard usb host. This will be in uA.
-- 
2.17.1


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

* Re: [PATCH] power: supply: ab8500_charger: fix spelling typo
  2022-01-19  3:53 [PATCH] power: supply: ab8500_charger: fix spelling typo elicec
@ 2022-02-11 20:08 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2022-02-11 20:08 UTC (permalink / raw)
  To: elicec; +Cc: linux-pm, linux-kernel, Linus Walleij

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

Hi,

On Wed, Jan 19, 2022 at 11:53:01AM +0800, elicec@foxmail.com wrote:
> From: Hong Peng <elicec@foxmail.com>
> 
> fix the comment typo: "interrupts", "structcure"
> 
> Signed-off-by: Hong Peng <elicec@foxmail.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/ab8500_charger.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c
> index ce074c018dcb..fcf4ed4e35aa 100644
> --- a/drivers/power/supply/ab8500_charger.c
> +++ b/drivers/power/supply/ab8500_charger.c
> @@ -171,7 +171,7 @@ enum ab8500_usb_state {
>  	struct ab8500_charger, ac_chg)
>  
>  /**
> - * struct ab8500_charger_interrupts - ab8500 interupts
> + * struct ab8500_charger_interrupts - ab8500 interrupts
>   * @name:	name of the interrupt
>   * @isr		function pointer to the isr
>   */
> @@ -1083,7 +1083,7 @@ static int ab8500_vbus_in_curr_to_regval(struct ab8500_charger *di, int curr_ua)
>  
>  /**
>   * ab8500_charger_get_usb_cur() - get usb current
> - * @di:		pointer to the ab8500_charger structre
> + * @di:		pointer to the ab8500_charger structure
>   *
>   * The usb stack provides the maximum current that can be drawn from
>   * the standard usb host. This will be in uA.
> -- 
> 2.17.1
> 

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

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

end of thread, other threads:[~2022-02-11 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  3:53 [PATCH] power: supply: ab8500_charger: fix spelling typo elicec
2022-02-11 20:08 ` Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.