All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Namrata A Shettar <namrataashettar@gmail.com>
Cc: outreachy-kernel <outreachy-kernel@googlegroups.com>,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Luis de Bethencourt <luisbg@osg.samsung.com>,
	Florian Schilhabel <florian.c.schilhabel@googlemail.com>
Subject: Re: [PATCH] staging: rtl8712: Rename misspelt macro
Date: Fri, 16 Sep 2016 10:05:08 +0200	[thread overview]
Message-ID: <20160916080508.GA15485@kroah.com> (raw)
In-Reply-To: <CAFrQyDG5Q2TraHNkj+ytkUSYXeoUMteFXYTy9hwNmfr23TiMdQ@mail.gmail.com>

On Wed, Sep 14, 2016 at 12:43:59AM +0530, Namrata A Shettar wrote:
> This patch corrects the word 'success' being misspelt in the macro:
> - LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA =>� LED_BLINK_WPS_SUCCESS_INTERVAL_ALPHA
> 
> Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
> ---
> �drivers/staging/rtl8712/rtl8712_led.c | 10 +++++-----
> �1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/
> rtl8712_led.c
> index 9055827..20c4995 100644
> --- a/drivers/staging/rtl8712/rtl8712_led.c
> +++ b/drivers/staging/rtl8712/rtl8712_led.c
> @@ -43,7 +43,7 @@
> �#define LED_BLINK_LINK_INTERVAL_ALPHA� � � � � 500
> �#define LED_BLINK_SCAN_INTERVAL_ALPHA� � � � � 180
> �#define LED_BLINK_FASTER_INTERVAL_ALPHA� � � � � � � � 50
> -#define LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA� � 5000
> +#define LED_BLINK_WPS_SUCCESS_INTERVAL_ALPHA� �5000
> 
> �/*===========================================================================
> � * LED object.
> @@ -407,7 +407,7 @@ static void SwLedBlink1(struct LED_871x *pLed)
> � � � � � � � � if (pLed->BlinkingLedState == LED_ON) {
> � � � � � � � � � � � � pLed->BlinkingLedState = LED_OFF;
> � � � � � � � � � � � � mod_timer(&pLed->BlinkTimer, jiffies +
> -� � � � � � � � � � � � � � � � �msecs_to_jiffies(LED_BLINK_
> WPS_SUCESS_INTERVAL_ALPHA));
> +� � � � � � � � � � � � � � � � �msecs_to_jiffies(LED_BLINK_
> WPS_SUCCESS_INTERVAL_ALPHA));

The patch is line-wrapped and can not be applied :(

Please fix up and resend.

thanks,

greg k-h


      reply	other threads:[~2016-09-16  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13 19:13 [PATCH] staging: rtl8712: Rename misspelt macro Namrata A Shettar
2016-09-16  8:05 ` Greg Kroah-Hartman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160916080508.GA15485@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Larry.Finger@lwfinger.net \
    --cc=florian.c.schilhabel@googlemail.com \
    --cc=luisbg@osg.samsung.com \
    --cc=namrataashettar@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.