2020-06-09 22:48:13

by Keyur Patel

[permalink] [raw]
Subject: [PATCH] power: supply: axp20x_usb_power: fix spelling mistake

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

Signed-off-by: Keyur Patel <[email protected]>
---
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


2020-06-09 22:54:15

by Keyur Patel

[permalink] [raw]
Subject: [PATCH v2] power: supply: axp20x_usb_power: fix spelling mistake

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

Signed-off-by: Keyur Patel <[email protected]>
---
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

2020-06-11 14:58:33

by Chen-Yu Tsai

[permalink] [raw]
Subject: Re: [PATCH v2] power: supply: axp20x_usb_power: fix spelling mistake

On Wed, Jun 10, 2020 at 6:50 AM Keyur Patel <[email protected]> wrote:
>
> Fix typo: "triger" --> "trigger"
>
> Signed-off-by: Keyur Patel <[email protected]>

Acked-by: Chen-Yu Tsai <[email protected]>

2020-06-19 20:43:03

by Sebastian Reichel

[permalink] [raw]
Subject: Re: [PATCH v2] power: supply: axp20x_usb_power: fix spelling mistake

Hi,

On Tue, Jun 09, 2020 at 06:50:35PM -0400, Keyur Patel wrote:
> Fix typo: "triger" --> "trigger"
>
> Signed-off-by: Keyur Patel <[email protected]>
> ---

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
>


Attachments:
(No filename) (0.98 kB)
signature.asc (849.00 B)
Download all attachments