2015-12-24 05:29:00

by Moritz Fischer

[permalink] [raw]
Subject: [PATCH] extcon: gpio: Fix typo in comment.

Signed-off-by: Moritz Fischer <[email protected]>
---
drivers/extcon/extcon-gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c
index 279ff8f..0af543a 100644
--- a/drivers/extcon/extcon-gpio.c
+++ b/drivers/extcon/extcon-gpio.c
@@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev)
INIT_DELAYED_WORK(&data->work, gpio_extcon_work);

/*
- * Request the interrput of gpio to detect whether external connector
+ * Request the interupt of gpio to detect whether external connector
* is attached or detached.
*/
ret = devm_request_any_context_irq(&pdev->dev, data->irq,
--
2.4.3


2015-12-24 05:32:06

by Moritz Fischer

[permalink] [raw]
Subject: Re: [PATCH] extcon: gpio: Fix typo in comment.

On Wed, Dec 23, 2015 at 9:28 PM, Moritz Fischer
<[email protected]> wrote:
> Signed-off-by: Moritz Fischer <[email protected]>
> ---
> drivers/extcon/extcon-gpio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c
> index 279ff8f..0af543a 100644
> --- a/drivers/extcon/extcon-gpio.c
> +++ b/drivers/extcon/extcon-gpio.c
> @@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev)
> INIT_DELAYED_WORK(&data->work, gpio_extcon_work);
>
> /*
> - * Request the interrput of gpio to detect whether external connector
> + * Request the interupt of gpio to detect whether external connector
Wow ... I'm awesome ... sorry for the noise ... will resubmit...

Cheers,

Moritz