linux-kernel.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 1/7] snic: " Julia Lawall
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ 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] 15+ messages in thread

* [PATCH 1/7] snic: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-05-20  2:21   ` Martin K. Petersen
  2016-05-17 14:38 ` [PATCH 2/7] [media] mn88473: " Julia Lawall
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Narsimhulu Musini
  Cc: kernel-janitors, Sesidhar Baddela, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi, linux-kernel

firmare -> firmware

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

---
 drivers/scsi/snic/snic_fwint.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/snic/snic_fwint.h b/drivers/scsi/snic/snic_fwint.h
index c5f9e19..2a045a5 100644
--- a/drivers/scsi/snic/snic_fwint.h
+++ b/drivers/scsi/snic/snic_fwint.h
@@ -92,7 +92,7 @@ enum snic_io_status {
 }; /* end of enum snic_io_status */
 
 /*
- * snic_io_hdr : host <--> firmare
+ * snic_io_hdr : host <--> firmware
  *
  * for any other message that will be queued to firmware should
  *  have the following request header

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

* [PATCH 2/7] [media] mn88473: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
  2016-05-17 14:38 ` [PATCH 1/7] snic: " Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-05-17 14:38 ` [PATCH 3/7] [media] mn88472: " Julia Lawall
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Antti Palosaari
  Cc: kernel-janitors, Mauro Carvalho Chehab, linux-media, linux-kernel

firmare -> firmware

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

---
 drivers/media/dvb-frontends/mn88473.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/mn88473.c b/drivers/media/dvb-frontends/mn88473.c
index 6c5d5921..8f7b68f 100644
--- a/drivers/media/dvb-frontends/mn88473.c
+++ b/drivers/media/dvb-frontends/mn88473.c
@@ -330,7 +330,7 @@ static int mn88473_init(struct dvb_frontend *fe)
 	/* Request the firmware, this will block and timeout */
 	ret = request_firmware(&fw, name, &client->dev);
 	if (ret) {
-		dev_err(&client->dev, "firmare file '%s' not found\n", name);
+		dev_err(&client->dev, "firmware file '%s' not found\n", name);
 		goto err;
 	}
 

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

* [PATCH 3/7] [media] mn88472: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
  2016-05-17 14:38 ` [PATCH 1/7] snic: " Julia Lawall
  2016-05-17 14:38 ` [PATCH 2/7] [media] mn88473: " Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-05-17 14:38 ` [PATCH 4/7] staging: wilc1000: " Julia Lawall
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Antti Palosaari
  Cc: kernel-janitors, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	linux-media, devel, linux-kernel

firmare -> firmware

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

---
 drivers/staging/media/mn88472/mn88472.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c
index 7ea749c..5cfa22a 100644
--- a/drivers/staging/media/mn88472/mn88472.c
+++ b/drivers/staging/media/mn88472/mn88472.c
@@ -312,7 +312,7 @@ static int mn88472_init(struct dvb_frontend *fe)
 	/* request the firmware, this will block and timeout */
 	ret = request_firmware(&fw, fw_file, &client->dev);
 	if (ret) {
-		dev_err(&client->dev, "firmare file '%s' not found\n",
+		dev_err(&client->dev, "firmware file '%s' not found\n",
 				fw_file);
 		goto err;
 	}

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

* [PATCH 4/7] staging: wilc1000: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
                   ` (2 preceding siblings ...)
  2016-05-17 14:38 ` [PATCH 3/7] [media] mn88472: " Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-05-17 14:38 ` [PATCH 5/7] pm8001: " Julia Lawall
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 15+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Johnny Kim
  Cc: kernel-janitors, Austin Shin, Chris Park, Tony Cho, Glen Lee,
	Leo Kim, Greg Kroah-Hartman, linux-wireless, devel, linux-kernel

firmare -> firmware

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

---
 drivers/staging/wilc1000/linux_wlan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 4f93c11..274c390 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -362,7 +362,7 @@ int wilc_wlan_get_firmware(struct net_device *dev)
 		goto _fail_;
 
 	if (request_firmware(&wilc_firmware, firmware, wilc->dev) != 0) {
-		netdev_err(dev, "%s - firmare not available\n", firmware);
+		netdev_err(dev, "%s - firmware not available\n", firmware);
 		ret = -1;
 		goto _fail_;
 	}

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

* [PATCH 5/7] pm8001: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
                   ` (3 preceding siblings ...)
  2016-05-17 14:38 ` [PATCH 4/7] staging: wilc1000: " Julia Lawall
@ 2016-05-17 14:38 ` Julia Lawall
  2016-05-17 14:55   ` Jinpu Wang
  2016-05-17 14:38 ` [PATCH 6/7] ath6kl: " Julia Lawall
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 15+ messages in thread
From: Julia Lawall @ 2016-05-17 14:38 UTC (permalink / raw)
  To: Jack Wang
  Cc: kernel-janitors, lindar_liu, James E.J. Bottomley,
	Martin K. Petersen, pmchba, linux-scsi, linux-kernel

firmare -> firmware

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

---
 drivers/scsi/pm8001/pm8001_init.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c
index 6bd7bf4..fdbee8b4 100644
--- a/drivers/scsi/pm8001/pm8001_init.c
+++ b/drivers/scsi/pm8001/pm8001_init.c
@@ -1249,7 +1249,7 @@ static int pm8001_pci_resume(struct pci_dev *pdev)
 
 	/* Chip documentation for the 8070 and 8072 SPCv    */
 	/* states that a 500ms minimum delay is required    */
-	/* before issuing commands.  Otherwise, the firmare */
+	/* before issuing commands. Otherwise, the firmware */
 	/* will enter an unrecoverable state.               */
 
 	if (pm8001_ha->chip_id == chip_8070 ||

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

* [PATCH 6/7] ath6kl: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
                   ` (4 preceding siblings ...)
  2016-05-17 14:38 ` [PATCH 5/7] pm8001: " 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
  7 siblings, 1 reply; 15+ 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] 15+ messages in thread

* [PATCH 7/7] mwifiex: fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
                   ` (5 preceding siblings ...)
  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
  7 siblings, 1 reply; 15+ 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] 15+ messages in thread

* Re: [PATCH 5/7] pm8001: fix typo
  2016-05-17 14:38 ` [PATCH 5/7] pm8001: " Julia Lawall
@ 2016-05-17 14:55   ` Jinpu Wang
  0 siblings, 0 replies; 15+ messages in thread
From: Jinpu Wang @ 2016-05-17 14:55 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, lindar_liu, James E.J. Bottomley,
	Martin K. Petersen, pmchba, linux-scsi, linux-kernel

On Tue, May 17, 2016 at 4:38 PM, Julia Lawall <Julia.Lawall@lip6.fr> wrote:
> firmare -> firmware
>
> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
>
> ---
>  drivers/scsi/pm8001/pm8001_init.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c
> index 6bd7bf4..fdbee8b4 100644
> --- a/drivers/scsi/pm8001/pm8001_init.c
> +++ b/drivers/scsi/pm8001/pm8001_init.c
> @@ -1249,7 +1249,7 @@ static int pm8001_pci_resume(struct pci_dev *pdev)
>
>         /* Chip documentation for the 8070 and 8072 SPCv    */
>         /* states that a 500ms minimum delay is required    */
> -       /* before issuing commands.  Otherwise, the firmare */
> +       /* before issuing commands. Otherwise, the firmware */
>         /* will enter an unrecoverable state.               */
>
>         if (pm8001_ha->chip_id == chip_8070 ||
>

Thanks,
Acked-by: Jack Wang <jinpu.wang@profitbricks.com>

-- 
Mit freundlichen Grüßen,
Best Regards,

Jack Wang

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

* Re: [PATCH 0/7] fix typo
  2016-05-17 14:38 [PATCH 0/7] fix typo Julia Lawall
                   ` (6 preceding siblings ...)
  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
  7 siblings, 1 reply; 15+ 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] 15+ 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; 15+ 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] 15+ 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; 15+ messages in thread
From: Kalle Valo @ 2016-05-17 15:19 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:

> 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] 15+ messages in thread

* Re: [PATCH 1/7] snic: fix typo
  2016-05-17 14:38 ` [PATCH 1/7] snic: " Julia Lawall
@ 2016-05-20  2:21   ` Martin K. Petersen
  0 siblings, 0 replies; 15+ messages in thread
From: Martin K. Petersen @ 2016-05-20  2:21 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Narsimhulu Musini, kernel-janitors, Sesidhar Baddela,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel

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

Julia> firmare -> firmware

Applied to 4.8/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 15+ 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; 15+ 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] 15+ 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; 15+ 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] 15+ messages in thread

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

Thread overview: 15+ 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 1/7] snic: " Julia Lawall
2016-05-20  2:21   ` Martin K. Petersen
2016-05-17 14:38 ` [PATCH 2/7] [media] mn88473: " Julia Lawall
2016-05-17 14:38 ` [PATCH 3/7] [media] mn88472: " Julia Lawall
2016-05-17 14:38 ` [PATCH 4/7] staging: wilc1000: " Julia Lawall
2016-05-17 14:38 ` [PATCH 5/7] pm8001: " Julia Lawall
2016-05-17 14:55   ` Jinpu Wang
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).