Commit 69015507 authored by Tom Fredrik Blenning Klaussen's avatar Tom Fredrik Blenning Klaussen Committed by Linus Torvalds

[PATCH] firmware spelling errors

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5ec97f0e
...@@ -645,7 +645,7 @@ typedef struct host_bsq { ...@@ -645,7 +645,7 @@ typedef struct host_bsq {
typedef struct fw_header { typedef struct fw_header {
u32 magic; /* magic number */ u32 magic; /* magic number */
u32 version; /* firware version id */ u32 version; /* firmware version id */
u32 load_offset; /* fw load offset in board memory */ u32 load_offset; /* fw load offset in board memory */
u32 start_offset; /* fw execution start address in board memory */ u32 start_offset; /* fw execution start address in board memory */
} fw_header_t; } fw_header_t;
......
...@@ -14,7 +14,7 @@ config PREVENT_FIRMWARE_BUILD ...@@ -14,7 +14,7 @@ config PREVENT_FIRMWARE_BUILD
default y default y
help help
Say yes to avoid building firmware. Firmware is usually shipped Say yes to avoid building firmware. Firmware is usually shipped
with the driver, and only when updating the firware a rebuild with the driver, and only when updating the firmware a rebuild
should be made. should be made.
If unsure say Y here. If unsure say Y here.
......
...@@ -156,7 +156,7 @@ struct cosa_data { ...@@ -156,7 +156,7 @@ struct cosa_data {
unsigned short startaddr; /* Firmware start address */ unsigned short startaddr; /* Firmware start address */
unsigned short busmaster; /* Use busmastering? */ unsigned short busmaster; /* Use busmastering? */
int nchannels; /* # of channels on this card */ int nchannels; /* # of channels on this card */
int driver_status; /* For communicating with firware */ int driver_status; /* For communicating with firmware */
int firmware_status; /* Downloaded, reseted, etc. */ int firmware_status; /* Downloaded, reseted, etc. */
long int rxbitmap, txbitmap; /* Bitmap of channels who are willing to send/receive data */ long int rxbitmap, txbitmap; /* Bitmap of channels who are willing to send/receive data */
long int rxtx; /* RX or TX in progress? */ long int rxtx; /* RX or TX in progress? */
......
...@@ -4006,7 +4006,7 @@ mega_enum_raid_scsi(adapter_t *adapter) ...@@ -4006,7 +4006,7 @@ mega_enum_raid_scsi(adapter_t *adapter)
mbox->m_out.xferaddr = (u32)adapter->buf_dma_handle; mbox->m_out.xferaddr = (u32)adapter->buf_dma_handle;
/* /*
* Non-ROMB firware fail this command, so all channels * Non-ROMB firmware fail this command, so all channels
* must be shown RAID * must be shown RAID
*/ */
adapter->mega_ch_class = 0xFF; adapter->mega_ch_class = 0xFF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment