Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1402392 > unrolled thread

[PATCH 0/7] fix typo

Started byJulia Lawall <Julia.Lawall@lip6.fr>
First post2016-05-17 17:00 +0200
Last post2016-05-17 17:20 +0200
Articles 10 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/7] fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
    [PATCH 5/7] pm8001: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
      Re: [PATCH 5/7] pm8001: fix typo Jinpu Wang <jinpu.wang@profitbricks.com> - 2016-05-17 17:00 +0200
    [PATCH 3/7] [media] mn88472: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
    [PATCH 2/7] [media] mn88473: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
    [PATCH 4/7] staging: wilc1000: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
    [PATCH 7/7] mwifiex: fix typo Julia Lawall <Julia.Lawall@lip6.fr> - 2016-05-17 17:00 +0200
    Re: [PATCH 0/7] fix typo Kalle Valo <kvalo@codeaurora.org> - 2016-05-17 17:10 +0200
      Re: [PATCH 0/7] fix typo Julia Lawall <julia.lawall@lip6.fr> - 2016-05-17 17:10 +0200
        Re: [PATCH 0/7] fix typo Kalle Valo <kvalo@codeaurora.org> - 2016-05-17 17:20 +0200

#1402392 — [PATCH 0/7] fix typo

FromJulia Lawall <Julia.Lawall@lip6.fr>
Date2016-05-17 17:00 +0200
Subject[PATCH 0/7] fix typo
Message-ID<rzODv-5QT-3@gated-at.bofh.it>
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(-)

[toc] | [next] | [standalone]


#1402393 — [PATCH 5/7] pm8001: fix typo

FromJulia Lawall <Julia.Lawall@lip6.fr>
Date2016-05-17 17:00 +0200
Subject[PATCH 5/7] pm8001: fix typo
Message-ID<rzODv-5QT-11@gated-at.bofh.it>
In reply to#1402392
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 ||

[toc] | [prev] | [next] | [standalone]


#1402400 — Re: [PATCH 5/7] pm8001: fix typo

FromJinpu Wang <jinpu.wang@profitbricks.com>
Date2016-05-17 17:00 +0200
SubjectRe: [PATCH 5/7] pm8001: fix typo
Message-ID<rzODw-5QT-33@gated-at.bofh.it>
In reply to#1402393
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

[toc] | [prev] | [next] | [standalone]


#1402394 — [PATCH 3/7] [media] mn88472: fix typo

FromJulia Lawall <Julia.Lawall@lip6.fr>
Date2016-05-17 17:00 +0200
Subject[PATCH 3/7] [media] mn88472: fix typo
Message-ID<rzODv-5QT-13@gated-at.bofh.it>
In reply to#1402392
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;
 	}

[toc] | [prev] | [next] | [standalone]


#1402395 — [PATCH 2/7] [media] mn88473: fix typo

FromJulia Lawall <Julia.Lawall@lip6.fr>
Date2016-05-17 17:00 +0200
Subject[PATCH 2/7] [media] mn88473: fix typo
Message-ID<rzODv-5QT-15@gated-at.bofh.it>
In reply to#1402392
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;
 	}
 

[toc] | [prev] | [next] | [standalone]


#1402401 — [PATCH 4/7] staging: wilc1000: fix typo

FromJulia Lawall <Julia.Lawall@lip6.fr>
Date2016-05-17 17:00 +0200
Subject[PATCH 4/7] staging: wilc1000: fix typo
Message-ID<rzODw-5QT-23@gated-at.bofh.it>
In reply to#1402392
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_;
 	}

[toc] | [prev] | [next] | [standalone]


#1402403 — [PATCH 7/7] mwifiex: fix typo

FromJulia Lawall <Julia.Lawall@lip6.fr>
Date2016-05-17 17:00 +0200
Subject[PATCH 7/7] mwifiex: fix typo
Message-ID<rzODw-5QT-37@gated-at.bofh.it>
In reply to#1402392
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
  */

[toc] | [prev] | [next] | [standalone]


#1402405

FromKalle Valo <kvalo@codeaurora.org>
Date2016-05-17 17:10 +0200
Message-ID<rzONc-69e-7@gated-at.bofh.it>
In reply to#1402392
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

[toc] | [prev] | [next] | [standalone]


#1402406

FromJulia Lawall <julia.lawall@lip6.fr>
Date2016-05-17 17:10 +0200
Message-ID<rzONc-69e-17@gated-at.bofh.it>
In reply to#1402405

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

[toc] | [prev] | [next] | [standalone]


#1402408

FromKalle Valo <kvalo@codeaurora.org>
Date2016-05-17 17:20 +0200
Message-ID<rzOWR-6ct-7@gated-at.bofh.it>
In reply to#1402406
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web