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


Groups > linux.kernel > #1297755 > unrolled thread

[PATCH] extcon: gpio: Fix typo in comment.

Started byMoritz Fischer <moritz.fischer@ettus.com>
First post2015-12-24 06:30 +0100
Last post2015-12-24 06:40 +0100
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] extcon: gpio: Fix typo in comment. Moritz Fischer <moritz.fischer@ettus.com> - 2015-12-24 06:30 +0100
    Re: [PATCH] extcon: gpio: Fix typo in comment. Moritz Fischer <moritz.fischer@ettus.com> - 2015-12-24 06:40 +0100

#1297755 — [PATCH] extcon: gpio: Fix typo in comment.

FromMoritz Fischer <moritz.fischer@ettus.com>
Date2015-12-24 06:30 +0100
Subject[PATCH] extcon: gpio: Fix typo in comment.
Message-ID<qJ6Do-2EA-9@gated-at.bofh.it>
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..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

--
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/

[toc] | [next] | [standalone]


#1297758

FromMoritz Fischer <moritz.fischer@ettus.com>
Date2015-12-24 06:40 +0100
Message-ID<qJ6N3-2HN-5@gated-at.bofh.it>
In reply to#1297755
On Wed, Dec 23, 2015 at 9:28 PM, Moritz Fischer
<moritz.fischer@ettus.com> 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..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
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web