linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic)
@ 2015-12-24  5:34 Moritz Fischer
  2015-12-29  0:32 ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: Moritz Fischer @ 2015-12-24  5:34 UTC (permalink / raw)
  To: myungjoo.ham; +Cc: cw00.choi, linux-kernel, Moritz Fischer

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
 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..d023789 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 interrupt of gpio to detect whether external connector
 	 * is attached or detached.
 	 */
 	ret = devm_request_any_context_irq(&pdev->dev, data->irq,
-- 
2.4.3


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

* Re: [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic)
  2015-12-24  5:34 [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic) Moritz Fischer
@ 2015-12-29  0:32 ` Chanwoo Choi
  0 siblings, 0 replies; 2+ messages in thread
From: Chanwoo Choi @ 2015-12-29  0:32 UTC (permalink / raw)
  To: Moritz Fischer, myungjoo.ham; +Cc: linux-kernel

Hi Moritz,

On 2015년 12월 24일 14:34, Moritz Fischer wrote:
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
> ---
>  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..d023789 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 interrupt of gpio to detect whether external connector
>  	 * is attached or detached.
>  	 */
>  	ret = devm_request_any_context_irq(&pdev->dev, data->irq,
> 

Applied it.

I drop the '(cosmetic)' word from patch title
and add the simple patch description as following:

"
This patch fixes the typo in comment of extcon-gpio.c driver.
    - 'interrput' -> 'interrupt'
"

Thanks,
Chanwoo Choi


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

end of thread, other threads:[~2015-12-29  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-24  5:34 [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic) Moritz Fischer
2015-12-29  0:32 ` Chanwoo Choi

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).