* [TRIVIAL PATCH 01/11] Fix misspelled firmware in Kconfig
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
@ 2009-01-03 7:50 ` Nick Andrew
2009-01-03 7:51 ` [TRIVIAL PATCH 02/11] Fix misspelling of "firmware" in atmel.c Nick Andrew
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:50 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelled firmware in Kconfig
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/base/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index d8e8c49..8f006f9 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -54,7 +54,7 @@ config FIRMWARE_IN_KERNEL
such firmware, and do not wish to use an initrd.
This single option controls the inclusion of firmware for
- every driver which uses request_firmare() and ships its
+ every driver which uses request_firmware() and ships its
firmware in the kernel source tree, to avoid a proliferation
of 'Include firmware for xxx device' options.
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 02/11] Fix misspelling of "firmware" in atmel.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
2009-01-03 7:50 ` [TRIVIAL PATCH 01/11] Fix misspelled firmware in Kconfig Nick Andrew
@ 2009-01-03 7:51 ` Nick Andrew
2009-01-03 7:52 ` [TRIVIAL PATCH 03/11] Fix misspelling of "firmware" in ipw2100.c Nick Andrew
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:51 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in atmel.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/net/wireless/atmel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/atmel.c b/drivers/net/wireless/atmel.c
index ecb02bd..d9058b8 100644
--- a/drivers/net/wireless/atmel.c
+++ b/drivers/net/wireless/atmel.c
@@ -3839,7 +3839,7 @@ static int reset_atmel_card(struct net_device *dev)
This routine is also responsible for initialising some
hardware-specific fields in the atmel_private structure,
including a copy of the firmware's hostinfo stucture
- which is the route into the rest of the firmare datastructures. */
+ which is the route into the rest of the firmware datastructures. */
struct atmel_private *priv = netdev_priv(dev);
u8 configuration;
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 03/11] Fix misspelling of "firmware" in ipw2100.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
2009-01-03 7:50 ` [TRIVIAL PATCH 01/11] Fix misspelled firmware in Kconfig Nick Andrew
2009-01-03 7:51 ` [TRIVIAL PATCH 02/11] Fix misspelling of "firmware" in atmel.c Nick Andrew
@ 2009-01-03 7:52 ` Nick Andrew
2009-01-03 7:53 ` [TRIVIAL PATCH 04/11] Fix misspelling of "firmware" in acpi_memhotplug.c Nick Andrew
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:52 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in ipw2100.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/net/wireless/ipw2100.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c
index bca7481..d617c16 100644
--- a/drivers/net/wireless/ipw2100.c
+++ b/drivers/net/wireless/ipw2100.c
@@ -1828,7 +1828,7 @@ static void ipw2100_down(struct ipw2100_priv *priv)
cancel_delayed_work(&priv->rf_kill);
}
- /* Kill the firmare hang check timer */
+ /* Kill the firmware hang check timer */
if (!priv->stop_hang_check) {
priv->stop_hang_check = 1;
cancel_delayed_work(&priv->hang_check);
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 04/11] Fix misspelling of "firmware" in acpi_memhotplug.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (2 preceding siblings ...)
2009-01-03 7:52 ` [TRIVIAL PATCH 03/11] Fix misspelling of "firmware" in ipw2100.c Nick Andrew
@ 2009-01-03 7:53 ` Nick Andrew
2009-01-03 7:54 ` [TRIVIAL PATCH 05/11] Fix misspelling of "firmware" in ql4_mbx.c Nick Andrew
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:53 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in acpi_memhotplug.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/acpi/acpi_memhotplug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/acpi/acpi_memhotplug.c b/drivers/acpi/acpi_memhotplug.c
index 63a17b5..7a0f4aa 100644
--- a/drivers/acpi/acpi_memhotplug.c
+++ b/drivers/acpi/acpi_memhotplug.c
@@ -20,7 +20,7 @@
*
*
* ACPI based HotPlug driver that supports Memory Hotplug
- * This driver fields notifications from firmare for memory add
+ * This driver fields notifications from firmware for memory add
* and remove operations and alerts the VM of the affected memory
* ranges.
*/
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 05/11] Fix misspelling of "firmware" in ql4_mbx.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (3 preceding siblings ...)
2009-01-03 7:53 ` [TRIVIAL PATCH 04/11] Fix misspelling of "firmware" in acpi_memhotplug.c Nick Andrew
@ 2009-01-03 7:54 ` Nick Andrew
2009-01-03 7:55 ` [TRIVIAL PATCH 06/11] Fix misspelling of "firmware" in megaraid.c Nick Andrew
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:54 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in ql4_mbx.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/scsi/qla4xxx/ql4_mbx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c
index c577d79..051b0f5 100644
--- a/drivers/scsi/qla4xxx/ql4_mbx.c
+++ b/drivers/scsi/qla4xxx/ql4_mbx.c
@@ -392,7 +392,7 @@ int qla4xxx_get_firmware_status(struct scsi_qla_host * ha)
ha->iocb_hiwat -= IOCB_HIWAT_CUSHION;
else
dev_info(&ha->pdev->dev, "WARNING!!! You have less than %d "
- "firmare IOCBs available (%d).\n",
+ "firmware IOCBs available (%d).\n",
IOCB_HIWAT_CUSHION, ha->iocb_hiwat);
return QLA_SUCCESS;
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 06/11] Fix misspelling of "firmware" in megaraid.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (4 preceding siblings ...)
2009-01-03 7:54 ` [TRIVIAL PATCH 05/11] Fix misspelling of "firmware" in ql4_mbx.c Nick Andrew
@ 2009-01-03 7:55 ` Nick Andrew
2009-01-03 7:56 ` [TRIVIAL PATCH 07/11] Fix misspelling of "firmware" in a100u2w.c Nick Andrew
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:55 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in megaraid.c
Fixed "firmware", "ownership" and grammar in the same comment.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/scsi/megaraid.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c
index 7dc62de..9fdcd60 100644
--- a/drivers/scsi/megaraid.c
+++ b/drivers/scsi/megaraid.c
@@ -1967,8 +1967,8 @@ megaraid_abort_and_reset(adapter_t *adapter, Scsi_Cmnd *cmd, int aor)
scb->state |= aor;
/*
- * Check if this command has firmare owenership. If
- * yes, we cannot reset this command. Whenever, f/w
+ * Check if this command has firmware ownership. If
+ * yes, we cannot reset this command. Whenever f/w
* completes this command, we will return appropriate
* status from ISR.
*/
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 07/11] Fix misspelling of "firmware" in a100u2w.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (5 preceding siblings ...)
2009-01-03 7:55 ` [TRIVIAL PATCH 06/11] Fix misspelling of "firmware" in megaraid.c Nick Andrew
@ 2009-01-03 7:56 ` Nick Andrew
2009-01-03 7:57 ` [TRIVIAL PATCH 08/11] Fix misspelling of "firmware" in qla1280.c Nick Andrew
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:56 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in a100u2w.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/scsi/a100u2w.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c
index 84bb616..07df412 100644
--- a/drivers/scsi/a100u2w.c
+++ b/drivers/scsi/a100u2w.c
@@ -633,7 +633,7 @@ static int orc_device_reset(struct orc_host * host, struct scsi_cmnd *cmd, unsig
return FAILED;
}
- /* Reset device is handled by the firmare, we fill in an SCB and
+ /* Reset device is handled by the firmware, we fill in an SCB and
fire it at the controller, it does the rest */
scb->opcode = ORC_BUSDEVRST;
scb->target = target;
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 08/11] Fix misspelling of "firmware" in qla1280.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (6 preceding siblings ...)
2009-01-03 7:56 ` [TRIVIAL PATCH 07/11] Fix misspelling of "firmware" in a100u2w.c Nick Andrew
@ 2009-01-03 7:57 ` Nick Andrew
2009-01-03 7:58 ` [TRIVIAL PATCH 09/11] Fix misspelling of "firmware" in usb.c Nick Andrew
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:57 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in qla1280.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/scsi/qla1280.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c
index b6cd12b..cc57a23 100644
--- a/drivers/scsi/qla1280.c
+++ b/drivers/scsi/qla1280.c
@@ -128,7 +128,7 @@
- Integrate ql12160_set_target_parameters() with 1280 version
- Make qla1280_setup() non static
- Do not call qla1280_check_for_dead_scsi_bus() on every I/O request
- sent to the card - this command pauses the firmare!!!
+ sent to the card - this command pauses the firmware!!!
Rev 3.23.15 Beta March 19, 2002, Jes Sorensen
- Clean up qla1280.h - remove obsolete QL_DEBUG_LEVEL_x definitions
- Remove a pile of pointless and confusing (srb_t **) and
@@ -659,7 +659,7 @@ static int qla1280_read_nvram(struct scsi_qla_host *ha)
/* The firmware interface is, um, interesting, in that the
* actual firmware image on the chip is little endian, thus,
* the process of taking that image to the CPU would end up
- * little endian. However, the firmare interface requires it
+ * little endian. However, the firmware interface requires it
* to be read a word (two bytes) at a time.
*
* The net result of this would be that the word (and
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 09/11] Fix misspelling of "firmware" in usb.c
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (7 preceding siblings ...)
2009-01-03 7:57 ` [TRIVIAL PATCH 08/11] Fix misspelling of "firmware" in qla1280.c Nick Andrew
@ 2009-01-03 7:58 ` Nick Andrew
2009-01-03 7:59 ` [TRIVIAL PATCH 10/11] Fix misspelling of "firmware" in powerpc Makefile Nick Andrew
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:58 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in usb.c
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
drivers/uwb/i1480/dfu/usb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/uwb/i1480/dfu/usb.c b/drivers/uwb/i1480/dfu/usb.c
index 98eeeff..56d2353 100644
--- a/drivers/uwb/i1480/dfu/usb.c
+++ b/drivers/uwb/i1480/dfu/usb.c
@@ -414,7 +414,7 @@ int i1480_usb_probe(struct usb_interface *iface, const struct usb_device_id *id)
goto error_create;
}
- /* setup the fops and upload the firmare */
+ /* setup the fops and upload the firmware */
i1480->pre_fw_name = "i1480-pre-phy-0.0.bin";
i1480->mac_fw_name = "i1480-usb-0.0.bin";
i1480->mac_fw_name_deprecate = "ptc-0.0.bin";
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 10/11] Fix misspelling of "firmware" in powerpc Makefile
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (8 preceding siblings ...)
2009-01-03 7:58 ` [TRIVIAL PATCH 09/11] Fix misspelling of "firmware" in usb.c Nick Andrew
@ 2009-01-03 7:59 ` Nick Andrew
2009-01-03 8:00 ` [TRIVIAL PATCH 11/11] Fix misspelling of "firmware" in docs for ncr53c8xx/sym53c8xx Nick Andrew
2009-01-03 23:23 ` [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Jiri Kosina
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 7:59 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in powerpc Makefile
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
arch/powerpc/boot/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 3d3daa6..42b5a2d 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -207,7 +207,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage
#
# Theses are default targets to build images which embed device tree blobs.
# They are only required on boards which do not have FDT support in firmware.
-# Boards with newish u-boot firmare can use the uImage target above
+# Boards with newish u-boot firmware can use the uImage target above
#
# Board ports in arch/powerpc/platform/40x/Kconfig
^ permalink raw reply related [flat|nested] 13+ messages in thread* [TRIVIAL PATCH 11/11] Fix misspelling of "firmware" in docs for ncr53c8xx/sym53c8xx
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (9 preceding siblings ...)
2009-01-03 7:59 ` [TRIVIAL PATCH 10/11] Fix misspelling of "firmware" in powerpc Makefile Nick Andrew
@ 2009-01-03 8:00 ` Nick Andrew
2009-01-03 23:23 ` [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Jiri Kosina
11 siblings, 0 replies; 13+ messages in thread
From: Nick Andrew @ 2009-01-03 8:00 UTC (permalink / raw)
To: Trivial Kernel Patches; +Cc: Linux Kernel Mailing List
Fix misspelling of "firmware" in docs for ncr53c8xx/sym53c8xx
It's spelled "firmware".
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
Documentation/scsi/ChangeLog.ncr53c8xx | 2 +-
Documentation/scsi/ChangeLog.sym53c8xx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/scsi/ChangeLog.ncr53c8xx b/Documentation/scsi/ChangeLog.ncr53c8xx
index a9f721a..8b278c1 100644
--- a/Documentation/scsi/ChangeLog.ncr53c8xx
+++ b/Documentation/scsi/ChangeLog.ncr53c8xx
@@ -19,7 +19,7 @@ Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr)
Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr)
* version ncr53c8xx-3.4.1
- - Provide OpenFirmare path through the proc FS on PPC.
+ - Provide OpenFirmware path through the proc FS on PPC.
- Remove trailing argument #2 from a couple of #undefs.
Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr)
diff --git a/Documentation/scsi/ChangeLog.sym53c8xx b/Documentation/scsi/ChangeLog.sym53c8xx
index ef985ec..02ffbc1 100644
--- a/Documentation/scsi/ChangeLog.sym53c8xx
+++ b/Documentation/scsi/ChangeLog.sym53c8xx
@@ -81,7 +81,7 @@ Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr)
Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr)
* version sym53c8xx-1.7.1
- - Provide OpenFirmare path through the proc FS on PPC.
+ - Provide OpenFirmware path through the proc FS on PPC.
- Download of on-chip SRAM using memcpy_toio() doesn't work
on PPC. Restore previous method (MEMORY MOVE from SCRIPTS).
- Remove trailing argument #2 from a couple of #undefs.
^ permalink raw reply related [flat|nested] 13+ messages in thread* Re: [TRIVIAL PATCH 00/11] Fix misspelling of "firmware"
2009-01-03 7:49 [TRIVIAL PATCH 00/11] Fix misspelling of "firmware" Nick Andrew
` (10 preceding siblings ...)
2009-01-03 8:00 ` [TRIVIAL PATCH 11/11] Fix misspelling of "firmware" in docs for ncr53c8xx/sym53c8xx Nick Andrew
@ 2009-01-03 23:23 ` Jiri Kosina
11 siblings, 0 replies; 13+ messages in thread
From: Jiri Kosina @ 2009-01-03 23:23 UTC (permalink / raw)
To: Nick Andrew; +Cc: Trivial Kernel Patches, Linux Kernel Mailing List
On Sat, 3 Jan 2009, Nick Andrew wrote:
> Fix misspellings of "firmware" which I noticed in 2.6.28. All are
> comment changes except for the change to drivers/scsi/qla4xxx/ql4_mbx.c
> which is in a string argument to dev_info().
>
> Nick.
> ---
>
> Nick Andrew (11):
> Fix misspelling of "firmware" in docs for ncr53c8xx/sym53c8xx
> Fix misspelling of "firmware" in powerpc Makefile
> Fix misspelling of "firmware" in usb.c
> Fix misspelling of "firmware" in qla1280.c
> Fix misspelling of "firmware" in a100u2w.c
> Fix misspelling of "firmware" in megaraid.c
> Fix misspelling of "firmware" in ql4_mbx.c
> Fix misspelling of "firmware" in acpi_memhotplug.c
> Fix misspelling of "firmware" in ipw2100.c
> Fix misspelling of "firmware" in atmel.c
> Fix misspelled firmware in Kconfig
>
>
> Documentation/scsi/ChangeLog.ncr53c8xx | 2 +-
> Documentation/scsi/ChangeLog.sym53c8xx | 2 +-
> arch/powerpc/boot/Makefile | 2 +-
> drivers/acpi/acpi_memhotplug.c | 2 +-
> drivers/base/Kconfig | 2 +-
> drivers/net/wireless/atmel.c | 2 +-
> drivers/net/wireless/ipw2100.c | 2 +-
> drivers/scsi/a100u2w.c | 2 +-
> drivers/scsi/megaraid.c | 4 ++--
> drivers/scsi/qla1280.c | 4 ++--
> drivers/scsi/qla4xxx/ql4_mbx.c | 2 +-
> drivers/uwb/i1480/dfu/usb.c | 2 +-
> 12 files changed, 14 insertions(+), 14 deletions(-)
Thanks Nick, I have queued the patches in the trivial tree.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 13+ messages in thread