All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
@ 2023-02-06  9:17 Colin Ian King
  2023-02-07  9:47 ` ChiaEn Wu
  2023-02-13 20:43 ` Sebastian Reichel
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2023-02-06  9:17 UTC (permalink / raw)
  To: ChiaEn Wu, Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_err message. Fix it.

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

diff --git a/drivers/power/supply/rt9467-charger.c b/drivers/power/supply/rt9467-charger.c
index 96ad0d7d3af4..73f744a3155d 100644
--- a/drivers/power/supply/rt9467-charger.c
+++ b/drivers/power/supply/rt9467-charger.c
@@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
 
 	ret = rt9467_report_usb_state(data);
 	if (ret) {
-		dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
+		dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
 		return IRQ_NONE;
 	}
 
-- 
2.30.2


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

* Re: [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
  2023-02-06  9:17 [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach" Colin Ian King
@ 2023-02-07  9:47 ` ChiaEn Wu
  2023-02-13 20:43 ` Sebastian Reichel
  1 sibling, 0 replies; 3+ messages in thread
From: ChiaEn Wu @ 2023-02-07  9:47 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Sebastian Reichel, linux-pm, kernel-janitors, linux-kernel, peterwu.pub

On Mon, Feb 06, 2023 at 09:17:42AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
Hi,
It's really typo. Thanks!

Reviewed-by: ChiaEn Wu <chiaen_wu@richtek.com>

Best regards,
ChiaEn Wu

>  drivers/power/supply/rt9467-charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/rt9467-charger.c b/drivers/power/supply/rt9467-charger.c
> index 96ad0d7d3af4..73f744a3155d 100644
> --- a/drivers/power/supply/rt9467-charger.c
> +++ b/drivers/power/supply/rt9467-charger.c
> @@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
>  
>  	ret = rt9467_report_usb_state(data);
>  	if (ret) {
> -		dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
> +		dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
>  		return IRQ_NONE;
>  	}
>  
> -- 
> 2.30.2
> 

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

* Re: [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
  2023-02-06  9:17 [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach" Colin Ian King
  2023-02-07  9:47 ` ChiaEn Wu
@ 2023-02-13 20:43 ` Sebastian Reichel
  1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2023-02-13 20:43 UTC (permalink / raw)
  To: Colin Ian King; +Cc: ChiaEn Wu, linux-pm, kernel-janitors, linux-kernel

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

Hi,

On Mon, Feb 06, 2023 at 09:17:42AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/rt9467-charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/rt9467-charger.c b/drivers/power/supply/rt9467-charger.c
> index 96ad0d7d3af4..73f744a3155d 100644
> --- a/drivers/power/supply/rt9467-charger.c
> +++ b/drivers/power/supply/rt9467-charger.c
> @@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
>  
>  	ret = rt9467_report_usb_state(data);
>  	if (ret) {
> -		dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
> +		dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
>  		return IRQ_NONE;
>  	}
>  
> -- 
> 2.30.2
> 

[-- 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:[~2023-02-13 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06  9:17 [PATCH][next] power: supply: rt9467: Fix spelling mistake "attache" -> "attach" Colin Ian King
2023-02-07  9:47 ` ChiaEn Wu
2023-02-13 20:43 ` 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.