linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: axp20x_usb_power: fix spelling mistake
@ 2020-06-09 22:45 Keyur Patel
  2020-06-09 22:50 ` [PATCH v2] " Keyur Patel
  0 siblings, 1 reply; 4+ messages in thread
From: Keyur Patel @ 2020-06-09 22:45 UTC (permalink / raw)
  Cc: Keyur Patel, Sebastian Reichel, Chen-Yu Tsai, linux-pm, linux-kernel

Fix typo: "tigger" --> "trigger"

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
 drivers/power/supply/axp20x_usb_power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/axp20x_usb_power.c b/drivers/power/supply/axp20x_usb_power.c
index 4fde24b5f35a..d01dc0332edc 100644
--- a/drivers/power/supply/axp20x_usb_power.c
+++ b/drivers/power/supply/axp20x_usb_power.c
@@ -78,7 +78,7 @@ static bool axp20x_usb_vbus_needs_polling(struct axp20x_usb_power *power)
 	/*
 	 * Polling is only necessary while VBUS is offline. While online, a
 	 * present->absent transition implies an online->offline transition
-	 * and will triger the VBUS_REMOVAL IRQ.
+	 * and will trigger the VBUS_REMOVAL IRQ.
 	 */
 	if (power->axp20x_id >= AXP221_ID && !power->online)
 		return true;
-- 
2.26.2


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

* [PATCH v2] power: supply: axp20x_usb_power: fix spelling mistake
  2020-06-09 22:45 [PATCH] power: supply: axp20x_usb_power: fix spelling mistake Keyur Patel
@ 2020-06-09 22:50 ` Keyur Patel
  2020-06-11 14:55   ` Chen-Yu Tsai
  2020-06-19 15:00   ` Sebastian Reichel
  0 siblings, 2 replies; 4+ messages in thread
From: Keyur Patel @ 2020-06-09 22:50 UTC (permalink / raw)
  Cc: Keyur Patel, Sebastian Reichel, Chen-Yu Tsai, linux-pm, linux-kernel

Fix typo: "triger" --> "trigger"

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
 drivers/power/supply/axp20x_usb_power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/axp20x_usb_power.c b/drivers/power/supply/axp20x_usb_power.c
index 4fde24b5f35a..d01dc0332edc 100644
--- a/drivers/power/supply/axp20x_usb_power.c
+++ b/drivers/power/supply/axp20x_usb_power.c
@@ -78,7 +78,7 @@ static bool axp20x_usb_vbus_needs_polling(struct axp20x_usb_power *power)
 	/*
 	 * Polling is only necessary while VBUS is offline. While online, a
 	 * present->absent transition implies an online->offline transition
-	 * and will triger the VBUS_REMOVAL IRQ.
+	 * and will trigger the VBUS_REMOVAL IRQ.
 	 */
 	if (power->axp20x_id >= AXP221_ID && !power->online)
 		return true;
-- 
2.26.2


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

* Re: [PATCH v2] power: supply: axp20x_usb_power: fix spelling mistake
  2020-06-09 22:50 ` [PATCH v2] " Keyur Patel
@ 2020-06-11 14:55   ` Chen-Yu Tsai
  2020-06-19 15:00   ` Sebastian Reichel
  1 sibling, 0 replies; 4+ messages in thread
From: Chen-Yu Tsai @ 2020-06-11 14:55 UTC (permalink / raw)
  To: Keyur Patel; +Cc: Sebastian Reichel, open list:THERMAL, linux-kernel

On Wed, Jun 10, 2020 at 6:50 AM Keyur Patel <iamkeyur96@gmail.com> wrote:
>
> Fix typo: "triger" --> "trigger"
>
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

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

* Re: [PATCH v2] power: supply: axp20x_usb_power: fix spelling mistake
  2020-06-09 22:50 ` [PATCH v2] " Keyur Patel
  2020-06-11 14:55   ` Chen-Yu Tsai
@ 2020-06-19 15:00   ` Sebastian Reichel
  1 sibling, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2020-06-19 15:00 UTC (permalink / raw)
  To: Keyur Patel; +Cc: Chen-Yu Tsai, linux-pm, linux-kernel

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

Hi,

On Tue, Jun 09, 2020 at 06:50:35PM -0400, Keyur Patel wrote:
> Fix typo: "triger" --> "trigger"
> 
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
> ---

Thanks, queued.

-- Sebastian Reichel

>  drivers/power/supply/axp20x_usb_power.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/axp20x_usb_power.c b/drivers/power/supply/axp20x_usb_power.c
> index 4fde24b5f35a..d01dc0332edc 100644
> --- a/drivers/power/supply/axp20x_usb_power.c
> +++ b/drivers/power/supply/axp20x_usb_power.c
> @@ -78,7 +78,7 @@ static bool axp20x_usb_vbus_needs_polling(struct axp20x_usb_power *power)
>  	/*
>  	 * Polling is only necessary while VBUS is offline. While online, a
>  	 * present->absent transition implies an online->offline transition
> -	 * and will triger the VBUS_REMOVAL IRQ.
> +	 * and will trigger the VBUS_REMOVAL IRQ.
>  	 */
>  	if (power->axp20x_id >= AXP221_ID && !power->online)
>  		return true;
> -- 
> 2.26.2
> 

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

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

end of thread, other threads:[~2020-06-19 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 22:45 [PATCH] power: supply: axp20x_usb_power: fix spelling mistake Keyur Patel
2020-06-09 22:50 ` [PATCH v2] " Keyur Patel
2020-06-11 14:55   ` Chen-Yu Tsai
2020-06-19 15:00   ` 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).