* Re: [Outreachy kernel] [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c
2015-03-06 15:41 Dilek Uzulmez
@ 2015-03-06 23:54 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-03-06 23:54 UTC (permalink / raw)
To: Dilek Uzulmez; +Cc: outreachy-kernel
On Fri, Mar 06, 2015 at 05:41:03PM +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 0d8d06a..f3e32ce 100644
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
> @@ -554,7 +554,7 @@ void ieee80211_indicate_packets(struct ieee80211_device *ieee, struct ieee80211_
> {
> //added by amy for reorder
> struct ieee80211_rxb *prxb = prxbIndicateArray[j];
> -
> +
> for(i = 0; i<prxb->nr_subframes; i++) {
> struct sk_buff *sub_skb = prxb->subframes[i];
>
This patch does not apply to my tree :(
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c
@ 2015-03-07 21:03 Dilek Uzulmez
2015-03-09 12:36 ` [Outreachy kernel] " Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Dilek Uzulmez @ 2015-03-07 21:03 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Dilek Uzulmez
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) {
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c
2015-03-07 21:03 [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c Dilek Uzulmez
@ 2015-03-09 12:36 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-03-09 12:36 UTC (permalink / raw)
To: Dilek Uzulmez; +Cc: outreachy-kernel
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 :(
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-09 12:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 21:03 [PATCH] Staging: rtl8192u: Fixed trailing whitespace in ieee80211_rx.c Dilek Uzulmez
2015-03-09 12:36 ` [Outreachy kernel] " Greg KH
-- 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
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.