linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: ab8500_fg: Fix typo
@ 2021-06-03  9:47 Jian Xin
  2021-06-03 16:45 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Jian Xin @ 2021-06-03  9:47 UTC (permalink / raw)
  To: sre; +Cc: linux-pm, linux-kernel, Jian Xin

From: Jian Xin <xinjian@yulong.com>

fix misspelled 'interrupts'

Signed-off-by: Jian Xin <xinjian@yulong.com>
---
 drivers/power/supply/ab8500_fg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
index 06ff42c71f24..64c6037cb0bc 100644
--- a/drivers/power/supply/ab8500_fg.c
+++ b/drivers/power/supply/ab8500_fg.c
@@ -58,7 +58,7 @@
 	((y1) + ((((y2) - (y1)) * ((x) - (x1))) / ((x2) - (x1))));
 
 /**
- * struct ab8500_fg_interrupts - ab8500 fg interupts
+ * struct ab8500_fg_interrupts - ab8500 fg interrupts
  * @name:	name of the interrupt
  * @isr		function pointer to the isr
  */
-- 
2.25.1


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

* Re: [PATCH] power: supply: ab8500_fg: Fix typo
  2021-06-03  9:47 [PATCH] power: supply: ab8500_fg: Fix typo Jian Xin
@ 2021-06-03 16:45 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2021-06-03 16:45 UTC (permalink / raw)
  To: Jian Xin; +Cc: linux-pm, linux-kernel, Jian Xin

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

Hi,

On Thu, Jun 03, 2021 at 05:47:18PM +0800, Jian Xin wrote:
> From: Jian Xin <xinjian@yulong.com>
> 
> fix misspelled 'interrupts'
> 
> Signed-off-by: Jian Xin <xinjian@yulong.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/ab8500_fg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
> index 06ff42c71f24..64c6037cb0bc 100644
> --- a/drivers/power/supply/ab8500_fg.c
> +++ b/drivers/power/supply/ab8500_fg.c
> @@ -58,7 +58,7 @@
>  	((y1) + ((((y2) - (y1)) * ((x) - (x1))) / ((x2) - (x1))));
>  
>  /**
> - * struct ab8500_fg_interrupts - ab8500 fg interupts
> + * struct ab8500_fg_interrupts - ab8500 fg interrupts
>   * @name:	name of the interrupt
>   * @isr		function pointer to the isr
>   */
> -- 
> 2.25.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:[~2021-06-03 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  9:47 [PATCH] power: supply: ab8500_fg: Fix typo Jian Xin
2021-06-03 16:45 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).