All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] staging: wlan-ng: Replace "the the " with "the"
@ 2017-03-03 15:29 simran singhal
  2017-03-03 15:30 ` SIMRAN SINGHAL
  0 siblings, 1 reply; 3+ messages in thread
From: simran singhal @ 2017-03-03 15:29 UTC (permalink / raw)
  To: gregkh
  Cc: david.kershner, sparmaintainer, devel, linux-kernel,
	Larry.Finger, florian.c.schilhabel, outreachy-kernel

This patch replace "the the " with "the". The replacement couldn't be
automated because sometimes the first "the" was meant to be another
word.

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
 drivers/staging/wlan-ng/prism2sta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c
index 82d3a70..3ef85ac 100644
--- a/drivers/staging/wlan-ng/prism2sta.c
+++ b/drivers/staging/wlan-ng/prism2sta.c
@@ -1310,7 +1310,7 @@ void prism2sta_processing_defer(struct work_struct *data)
 		/* This one indicates that the MAC has decided to and
 		 * successfully completed a change to another AP.  We
 		 * should probably implement a reassociation indication
-		 * in response to this one.  I'm thinking that the the
+		 * in response to this one.  I'm thinking that the
 		 * p80211 layer needs to be notified in case of
 		 * buffering/queueing issues.  User mode also needs to be
 		 * notified so that any BSS dependent elements can be
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 1/3] staging: wlan-ng: Replace "the the " with "the"
  2017-03-03 15:29 [PATCH v2 1/3] staging: wlan-ng: Replace "the the " with "the" simran singhal
@ 2017-03-03 15:30 ` SIMRAN SINGHAL
  0 siblings, 0 replies; 3+ messages in thread
From: SIMRAN SINGHAL @ 2017-03-03 15:30 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: gregkh, david.kershner, sparmaintainer, devel, linux-kernel,
	Larry.Finger, florian.c.schilhabel


[-- Attachment #1.1: Type: text/plain, Size: 1330 bytes --]

Please Ignore this patch

On Friday, March 3, 2017 at 8:59:25 PM UTC+5:30, SIMRAN SINGHAL wrote:
>
> This patch replace "the the " with "the". The replacement couldn't be 
> automated because sometimes the first "the" was meant to be another 
> word. 
>
> Signed-off-by: simran singhal <singhalsimran0@gmail.com> 
> --- 
>  drivers/staging/wlan-ng/prism2sta.c | 2 +- 
>  1 file changed, 1 insertion(+), 1 deletion(-) 
>
> diff --git a/drivers/staging/wlan-ng/prism2sta.c 
> b/drivers/staging/wlan-ng/prism2sta.c 
> index 82d3a70..3ef85ac 100644 
> --- a/drivers/staging/wlan-ng/prism2sta.c 
> +++ b/drivers/staging/wlan-ng/prism2sta.c 
> @@ -1310,7 +1310,7 @@ void prism2sta_processing_defer(struct work_struct 
> *data) 
>                  /* This one indicates that the MAC has decided to and 
>                   * successfully completed a change to another AP.  We 
>                   * should probably implement a reassociation indication 
> -                 * in response to this one.  I'm thinking that the the 
> +                 * in response to this one.  I'm thinking that the 
>                   * p80211 layer needs to be notified in case of 
>                   * buffering/queueing issues.  User mode also needs to be 
>                   * notified so that any BSS dependent elements can be 
> -- 
> 2.7.4 
>
>

[-- Attachment #1.2: Type: text/html, Size: 1982 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2 1/3] staging: wlan-ng: Replace "the the " with "the"
  2017-03-03 15:34 [PATCH v2 0/3] " simran singhal
@ 2017-03-03 15:34 ` simran singhal
  0 siblings, 0 replies; 3+ messages in thread
From: simran singhal @ 2017-03-03 15:34 UTC (permalink / raw)
  To: gregkh
  Cc: david.kershner, sparmaintainer, devel, linux-kernel,
	Larry.Finger, florian.c.schilhabel, outreachy-kernel

This patch replace "the the " with "the". The replacement couldn't be
automated because sometimes the first "the" was meant to be another
word.

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
 drivers/staging/wlan-ng/prism2sta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c
index 82d3a70..3ef85ac 100644
--- a/drivers/staging/wlan-ng/prism2sta.c
+++ b/drivers/staging/wlan-ng/prism2sta.c
@@ -1310,7 +1310,7 @@ void prism2sta_processing_defer(struct work_struct *data)
 		/* This one indicates that the MAC has decided to and
 		 * successfully completed a change to another AP.  We
 		 * should probably implement a reassociation indication
-		 * in response to this one.  I'm thinking that the the
+		 * in response to this one.  I'm thinking that the
 		 * p80211 layer needs to be notified in case of
 		 * buffering/queueing issues.  User mode also needs to be
 		 * notified so that any BSS dependent elements can be
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-03 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 15:29 [PATCH v2 1/3] staging: wlan-ng: Replace "the the " with "the" simran singhal
2017-03-03 15:30 ` SIMRAN SINGHAL
2017-03-03 15:34 [PATCH v2 0/3] " simran singhal
2017-03-03 15:34 ` [PATCH v2 1/3] staging: wlan-ng: " simran singhal

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.