netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] fix typo
@ 2016-05-17 14:38 Julia Lawall
  2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: netdev
  Cc: kernel-janitors, linux-wireless, linux-media, linux-kernel,
	linux-scsi, devel, pmchba

firmare -> firmware

---

 drivers/media/dvb-frontends/mn88473.c       |    2 +-
 drivers/net/wireless/ath/ath6kl/core.h      |    2 +-
 drivers/net/wireless/marvell/mwifiex/pcie.c |    2 +-
 drivers/scsi/pm8001/pm8001_init.c           |    2 +-
 drivers/scsi/snic/snic_fwint.h              |    2 +-
 drivers/staging/media/mn88472/mn88472.c     |    2 +-
 drivers/staging/wilc1000/linux_wlan.c       |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

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

* [PATCH 6/7] ath6kl: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-05-28  8:22   ` [6/7] " Kalle Valo
  2016-05-17 14:38 ` [PATCH 7/7] mwifiex: " Julia Lawall
  2016-05-17 15:07 ` [PATCH 0/7] " Kalle Valo
  2 siblings, 1 reply; 8+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Kalle Valo; +Cc: kernel-janitors, linux-wireless, netdev, linux-kernel

firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

---
 drivers/net/wireless/ath/ath6kl/core.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath6kl/core.h b/drivers/net/wireless/ath/ath6kl/core.h
index 713a571..ebc40f6 100644
--- a/drivers/net/wireless/ath/ath6kl/core.h
+++ b/drivers/net/wireless/ath/ath6kl/core.h
@@ -148,7 +148,7 @@ enum ath6kl_fw_capability {
 	/* ratetable is the 2 stream version (max MCS15) */
 	ATH6KL_FW_CAPABILITY_RATETABLE_MCS15,
 
-	/* firmare doesn't support IP checksumming */
+	/* firmware doesn't support IP checksumming */
 	ATH6KL_FW_CAPABILITY_NO_IP_CHECKSUM,
 
 	/* this needs to be last */

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

* [PATCH 7/7] mwifiex: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
  2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-06-04 15:11   ` [7/7] " Kalle Valo
  2016-05-17 15:07 ` [PATCH 0/7] " Kalle Valo
  2 siblings, 1 reply; 8+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Amitkumar Karwar
  Cc: kernel-janitors, Nishant Sarmukadam, Kalle Valo, linux-wireless,
	netdev, linux-kernel

firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

---
 drivers/net/wireless/marvell/mwifiex/pcie.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
index 0c7937e..9246ce8 100644
--- a/drivers/net/wireless/marvell/mwifiex/pcie.c
+++ b/drivers/net/wireless/marvell/mwifiex/pcie.c
@@ -2804,7 +2804,7 @@ static int mwifiex_pcie_request_irq(struct mwifiex_adapter *adapter)
 }
 
 /*
- * This function get firmare name for downloading by revision id
+ * This function gets the firmware name for downloading by revision id
  *
  * Read revision id register to get revision id
  */

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

* Re: [PATCH 0/7] fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
  2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
  2016-05-17 14:38 ` [PATCH 7/7] mwifiex: " Julia Lawall
@ 2016-05-17 15:07 ` Kalle Valo
  2016-05-17 15:08   ` Julia Lawall
  2 siblings, 1 reply; 8+ messages in thread
From: Kalle Valo @ 2016-05-17 15:07 UTC (permalink / raw)
  To: Julia Lawall
  Cc: netdev, kernel-janitors, linux-wireless, linux-media,
	linux-kernel, linux-scsi, devel, pmchba

Julia Lawall <Julia.Lawall@lip6.fr> writes:

> firmare -> firmware
>
> ---
>
>  drivers/media/dvb-frontends/mn88473.c       |    2 +-
>  drivers/net/wireless/ath/ath6kl/core.h      |    2 +-
>  drivers/net/wireless/marvell/mwifiex/pcie.c |    2 +-

It would be good to know in advance what tree you are planning to submit
these for. For example, should I take ath6kl and mwifiex patches or
someone else?

-- 
Kalle Valo

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

* Re: [PATCH 0/7] fix typo
  2016-05-17 15:07 ` [PATCH 0/7] " Kalle Valo
@ 2016-05-17 15:08   ` Julia Lawall
  2016-05-17 15:19     ` Kalle Valo
  0 siblings, 1 reply; 8+ messages in thread
From: Julia Lawall @ 2016-05-17 15:08 UTC (permalink / raw)
  To: Kalle Valo
  Cc: netdev, kernel-janitors, linux-wireless, linux-media,
	linux-kernel, linux-scsi, devel, pmchba



On Tue, 17 May 2016, Kalle Valo wrote:

> Julia Lawall <Julia.Lawall@lip6.fr> writes:
>
> > firmare -> firmware
> >
> > ---
> >
> >  drivers/media/dvb-frontends/mn88473.c       |    2 +-
> >  drivers/net/wireless/ath/ath6kl/core.h      |    2 +-
> >  drivers/net/wireless/marvell/mwifiex/pcie.c |    2 +-
>
> It would be good to know in advance what tree you are planning to submit
> these for. For example, should I take ath6kl and mwifiex patches or
> someone else?

I have no preference.  They are all independent in any case.

julia

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

* Re: [PATCH 0/7] fix typo
  2016-05-17 15:08   ` Julia Lawall
@ 2016-05-17 15:19     ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2016-05-17 15:19 UTC (permalink / raw)
  To: Julia Lawall
  Cc: devel, kernel-janitors, linux-scsi, netdev, linux-wireless,
	linux-kernel, pmchba, linux-media

Julia Lawall <julia.lawall@lip6.fr> writes:

> On Tue, 17 May 2016, Kalle Valo wrote:
>
>> Julia Lawall <Julia.Lawall@lip6.fr> writes:
>>
>> > firmare -> firmware
>> >
>> > ---
>> >
>> >  drivers/media/dvb-frontends/mn88473.c       |    2 +-
>> >  drivers/net/wireless/ath/ath6kl/core.h      |    2 +-
>> >  drivers/net/wireless/marvell/mwifiex/pcie.c |    2 +-
>>
>> It would be good to know in advance what tree you are planning to submit
>> these for. For example, should I take ath6kl and mwifiex patches or
>> someone else?
>
> I have no preference.  They are all independent in any case.

Ok, I'll then take the ath6kl and mwifiex patches.

-- 
Kalle Valo

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

* Re: [6/7] ath6kl: fix typo
  2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
@ 2016-05-28  8:22   ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2016-05-28  8:22 UTC (permalink / raw)
  To: Julia Lawall; +Cc: kernel-janitors, linux-wireless, netdev, linux-kernel

Julia Lawall <Julia.Lawall@lip6.fr> wrote:
> firmare -> firmware
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

Thanks, 1 patch applied to ath.git:

8a9a3efa9e77 ath6kl: fix typo

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9113271/

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

* Re: [7/7] mwifiex: fix typo
  2016-05-17 14:38 ` [PATCH 7/7] mwifiex: " Julia Lawall
@ 2016-06-04 15:11   ` Kalle Valo
  0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2016-06-04 15:11 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Amitkumar Karwar, kernel-janitors, Nishant Sarmukadam,
	linux-wireless, netdev, linux-kernel

Julia Lawall <Julia.Lawall@lip6.fr> wrote:
> firmare -> firmware
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>

Thanks, 1 patch applied to wireless-drivers-next.git:

47ce90f9f08a mwifiex: fix typo

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9113281/

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

end of thread, other threads:[~2016-06-04 15:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
2016-05-28  8:22   ` [6/7] " Kalle Valo
2016-05-17 14:38 ` [PATCH 7/7] mwifiex: " Julia Lawall
2016-06-04 15:11   ` [7/7] " Kalle Valo
2016-05-17 15:07 ` [PATCH 0/7] " Kalle Valo
2016-05-17 15:08   ` Julia Lawall
2016-05-17 15:19     ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).