From: Greg KH <gregkh@linuxfoundation.org>
To: Dilek Uzulmez <dilekuzulmez@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c
Date: Mon, 9 Mar 2015 13:36:16 +0100 [thread overview]
Message-ID: <20150309123616.GA32067@kroah.com> (raw)
In-Reply-To: <1425762223-2663-1-git-send-email-dilekuzulmez@gmail.com>
On Sat, Mar 07, 2015 at 11:03:43PM +0200, Dilek Uzulmez wrote:
> This patch fixes trailing whitespace error found in ieee80211_rx.c
>
> Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
> ---
> drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
> index f3e32ce..d2c5451 100644
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
> @@ -610,7 +610,7 @@ static void RxReorderIndicatePacket(struct ieee80211_device *ieee,
> u16 WinEnd = (pTS->RxIndicateSeq + WinSize -1)%4096;
> u8 index = 0;
> bool bMatchWinStart = false, bPktInBuf = false;
> -
> +
> IEEE80211_DEBUG(IEEE80211_DL_REORDER,"%s(): Seq is %d,pTS->RxIndicateSeq is %d, WinSize is %d\n",__func__,SeqNum,pTS->RxIndicateSeq,WinSize);
> /* Rx Reorder initialize condition.*/
> if(pTS->RxIndicateSeq == 0xffff) {
Does not apply to my tree :(
next prev parent reply other threads:[~2015-03-09 12:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-07 21:03 [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c Dilek Uzulmez
2015-03-09 12:36 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-06 15:41 Dilek Uzulmez
2015-03-06 23:54 ` [Outreachy kernel] " Greg KH
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=20150309123616.GA32067@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dilekuzulmez@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.