All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wimax: Mundane typo fixes
@ 2021-03-23  1:06 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  1:06 UTC (permalink / raw)
  To: gregkh, colin.king, unixbhaskar, davem, lee.jones, arnd, devel,
	linux-kernel
  Cc: rdunlap


s/procesing/processing/
s/comunication/communication/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/staging/wimax/i2400m/driver.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
index f5186458bb3d..162a92682977 100644
--- a/drivers/staging/wimax/i2400m/driver.c
+++ b/drivers/staging/wimax/i2400m/driver.c
@@ -96,7 +96,7 @@ MODULE_PARM_DESC(barkers,
  *
  * This function just verifies that the header declaration and the
  * payload are consistent and then deals with it, either forwarding it
- * to the device or procesing it locally.
+ * to the device or processing it locally.
  *
  * In the i2400m, messages are basically commands that will carry an
  * ack, so we use i2400m_msg_to_dev() and then deliver the ack back to
@@ -835,7 +835,7 @@ EXPORT_SYMBOL_GPL(i2400m_reset);
  *
  * Returns: 0 if ok, < 0 errno code on error.
  *
- * Sets up basic device comunication infrastructure, boots the ROM to
+ * Sets up basic device communication infrastructure, boots the ROM to
  * read the MAC address, registers with the WiMAX and network stacks
  * and then brings up the device.
  */
--
2.31.0


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

* [PATCH] staging: wimax: Mundane typo fixes
@ 2021-03-23  1:06 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  1:06 UTC (permalink / raw)
  To: gregkh, colin.king, unixbhaskar, davem, lee.jones, arnd, devel,
	linux-kernel


s/procesing/processing/
s/comunication/communication/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/staging/wimax/i2400m/driver.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
index f5186458bb3d..162a92682977 100644
--- a/drivers/staging/wimax/i2400m/driver.c
+++ b/drivers/staging/wimax/i2400m/driver.c
@@ -96,7 +96,7 @@ MODULE_PARM_DESC(barkers,
  *
  * This function just verifies that the header declaration and the
  * payload are consistent and then deals with it, either forwarding it
- * to the device or procesing it locally.
+ * to the device or processing it locally.
  *
  * In the i2400m, messages are basically commands that will carry an
  * ack, so we use i2400m_msg_to_dev() and then deliver the ack back to
@@ -835,7 +835,7 @@ EXPORT_SYMBOL_GPL(i2400m_reset);
  *
  * Returns: 0 if ok, < 0 errno code on error.
  *
- * Sets up basic device comunication infrastructure, boots the ROM to
+ * Sets up basic device communication infrastructure, boots the ROM to
  * read the MAC address, registers with the WiMAX and network stacks
  * and then brings up the device.
  */
--
2.31.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] staging: wimax: Mundane typo fixes
  2021-03-23  1:06 ` Bhaskar Chowdhury
@ 2021-03-23  4:14   ` Randy Dunlap
  -1 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2021-03-23  4:14 UTC (permalink / raw)
  To: Bhaskar Chowdhury, gregkh, colin.king, davem, lee.jones, arnd,
	devel, linux-kernel

On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote:
> 
> s/procesing/processing/
> s/comunication/communication/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

drivers/staging/wimax/ is in the process of being deleted.

> ---
>  drivers/staging/wimax/i2400m/driver.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
> index f5186458bb3d..162a92682977 100644
> --- a/drivers/staging/wimax/i2400m/driver.c
> +++ b/drivers/staging/wimax/i2400m/driver.c


-- 
~Randy


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

* Re: [PATCH] staging: wimax: Mundane typo fixes
@ 2021-03-23  4:14   ` Randy Dunlap
  0 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2021-03-23  4:14 UTC (permalink / raw)
  To: Bhaskar Chowdhury, gregkh, colin.king, davem, lee.jones, arnd,
	devel, linux-kernel

On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote:
> 
> s/procesing/processing/
> s/comunication/communication/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

drivers/staging/wimax/ is in the process of being deleted.

> ---
>  drivers/staging/wimax/i2400m/driver.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
> index f5186458bb3d..162a92682977 100644
> --- a/drivers/staging/wimax/i2400m/driver.c
> +++ b/drivers/staging/wimax/i2400m/driver.c


-- 
~Randy

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] staging: wimax: Mundane typo fixes
  2021-03-23  4:14   ` Randy Dunlap
@ 2021-03-23  4:48     ` Bhaskar Chowdhury
  -1 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  4:48 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: gregkh, colin.king, davem, lee.jones, arnd, devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 731 bytes --]

On 21:14 Mon 22 Mar 2021, Randy Dunlap wrote:
>On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote:
>>
>> s/procesing/processing/
>> s/comunication/communication/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>drivers/staging/wimax/ is in the process of being deleted.
>
Yes ...I saw the mail day or two back ...skipped my mind ...anyway we can
ignore this.
>> ---
>>  drivers/staging/wimax/i2400m/driver.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
>> index f5186458bb3d..162a92682977 100644
>> --- a/drivers/staging/wimax/i2400m/driver.c
>> +++ b/drivers/staging/wimax/i2400m/driver.c
>
>
>--
>~Randy
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] staging: wimax: Mundane typo fixes
@ 2021-03-23  4:48     ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  4:48 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: devel, arnd, gregkh, linux-kernel, colin.king, lee.jones, davem


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

On 21:14 Mon 22 Mar 2021, Randy Dunlap wrote:
>On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote:
>>
>> s/procesing/processing/
>> s/comunication/communication/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>drivers/staging/wimax/ is in the process of being deleted.
>
Yes ...I saw the mail day or two back ...skipped my mind ...anyway we can
ignore this.
>> ---
>>  drivers/staging/wimax/i2400m/driver.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
>> index f5186458bb3d..162a92682977 100644
>> --- a/drivers/staging/wimax/i2400m/driver.c
>> +++ b/drivers/staging/wimax/i2400m/driver.c
>
>
>--
>~Randy
>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 169 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] staging: wimax: Mundane typo fixes
  2021-03-23  4:14   ` Randy Dunlap
@ 2021-03-23  7:13     ` Greg KH
  -1 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2021-03-23  7:13 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bhaskar Chowdhury, colin.king, davem, lee.jones, arnd, devel,
	linux-kernel

On Mon, Mar 22, 2021 at 09:14:43PM -0700, Randy Dunlap wrote:
> On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote:
> > 
> > s/procesing/processing/
> > s/comunication/communication/
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> 
> drivers/staging/wimax/ is in the process of being deleted.

It's already gone from my tree, and should be gone from linux-next as
well.

thanks,

greg k-h

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

* Re: [PATCH] staging: wimax: Mundane typo fixes
@ 2021-03-23  7:13     ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2021-03-23  7:13 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: devel, Bhaskar Chowdhury, arnd, linux-kernel, colin.king,
	lee.jones, davem

On Mon, Mar 22, 2021 at 09:14:43PM -0700, Randy Dunlap wrote:
> On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote:
> > 
> > s/procesing/processing/
> > s/comunication/communication/
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> 
> drivers/staging/wimax/ is in the process of being deleted.

It's already gone from my tree, and should be gone from linux-next as
well.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2021-03-23  7:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  1:06 [PATCH] staging: wimax: Mundane typo fixes Bhaskar Chowdhury
2021-03-23  1:06 ` Bhaskar Chowdhury
2021-03-23  4:14 ` Randy Dunlap
2021-03-23  4:14   ` Randy Dunlap
2021-03-23  4:48   ` Bhaskar Chowdhury
2021-03-23  4:48     ` Bhaskar Chowdhury
2021-03-23  7:13   ` Greg KH
2021-03-23  7:13     ` 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.