Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753534AbbLXFcG (ORCPT ); Thu, 24 Dec 2015 00:32:06 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34018 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbbLXFcF (ORCPT ); Thu, 24 Dec 2015 00:32:05 -0500 MIME-Version: 1.0 In-Reply-To: <1450934923-22165-1-git-send-email-moritz.fischer@ettus.com> References: <1450934923-22165-1-git-send-email-moritz.fischer@ettus.com> Date: Wed, 23 Dec 2015 21:32:03 -0800 Message-ID: Subject: Re: [PATCH] extcon: gpio: Fix typo in comment. From: Moritz Fischer To: myungjoo.ham@samsung.com Cc: cw00.choi@samsung.com, Linux Kernel Mailing List , Moritz Fischer Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1060 Lines: 27 On Wed, Dec 23, 2015 at 9:28 PM, Moritz Fischer wrote: > Signed-off-by: Moritz Fischer > --- > 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/