Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1298813

Re: [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic)

From Chanwoo Choi <cw00.choi@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic)
Date 2015-12-29 01:40 +0100
Message-ID <qKQut-1c8-3@gated-at.bofh.it> (permalink)
References <qJ6N3-2HN-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2] extcon: gpio: Fix typo in comment (cosmetic) Moritz Fischer <moritz.fischer@ettus.com> - 2015-12-24 06:40 +0100
  Re: [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic) Chanwoo Choi <cw00.choi@samsung.com> - 2015-12-29 01:40 +0100

csiph-web