lkml.org 
[lkml]   [2015]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2] extcon: gpio: Fix typo in comment (cosmetic)
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



\
 
 \ /
  Last update: 2015-12-29 02:01    [W:0.064 / U:1.840 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site