* [PATCH] Staging: rtl8192u: Fix spelling error
@ 2015-03-09 23:04 Cristina Opriceana
2015-03-10 6:44 ` [Outreachy kernel] " Julia Lawall
0 siblings, 1 reply; 2+ messages in thread
From: Cristina Opriceana @ 2015-03-09 23:04 UTC (permalink / raw)
To: outreachy-kernel
Fix spelling error in order to keep code clean and easy to read.
Warning found by checkpatch.pl
Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
---
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index d1cbddd..4dcda38 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -2132,10 +2132,10 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
* to have enought room to TX an entire packet.
* This might be useful if each fragment need it's own
* descriptor, thus just keep a total free memory > than
- * the max fragmentation treshold is not enought.. If the
+ * the max fragmentation threshold is not enought.. If the
* ieee802.11 stack passed a TXB struct then you needed
* to keep N free descriptors where
- * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
+ * N = MAX_PACKET_SIZE / MIN_FRAG_THRESHOLD
* In this way you need just one and the 802.11 stack
* will take care of buffering fragments and pass them to
* to the driver later, when it wakes the queue.
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] Staging: rtl8192u: Fix spelling error
2015-03-09 23:04 [PATCH] Staging: rtl8192u: Fix spelling error Cristina Opriceana
@ 2015-03-10 6:44 ` Julia Lawall
0 siblings, 0 replies; 2+ messages in thread
From: Julia Lawall @ 2015-03-10 6:44 UTC (permalink / raw)
To: Cristina Opriceana; +Cc: outreachy-kernel
On Tue, 10 Mar 2015, Cristina Opriceana wrote:
> Fix spelling error in order to keep code clean and easy to read.
> Warning found by checkpatch.pl
>
> Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
> ---
> drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
> index d1cbddd..4dcda38 100644
> --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
> +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
> @@ -2132,10 +2132,10 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
> * to have enought room to TX an entire packet.
> * This might be useful if each fragment need it's own
it's -> its
> * descriptor, thus just keep a total free memory > than
> - * the max fragmentation treshold is not enought.. If the
> + * the max fragmentation threshold is not enought.. If the
enought -> enough
.. -> .
julia
> * ieee802.11 stack passed a TXB struct then you needed
> * to keep N free descriptors where
> - * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
> + * N = MAX_PACKET_SIZE / MIN_FRAG_THRESHOLD
> * In this way you need just one and the 802.11 stack
> * will take care of buffering fragments and pass them to
> * to the driver later, when it wakes the queue.
> --
> 1.9.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20150309230431.GA2219%40Inspiron.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-10 6:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 23:04 [PATCH] Staging: rtl8192u: Fix spelling error Cristina Opriceana
2015-03-10 6:44 ` [Outreachy kernel] " Julia Lawall
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.