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 {
typedef struct fw_header {
u32 magic; /* magic number */
u32 version; /* firware version id */
u32 version; /* firmware version id */
u32 load_offset; /* fw load offset in board memory */
u32 start_offset; /* fw execution start address in board memory */
} fw_header_t;
......
......@@ -14,7 +14,7 @@ config PREVENT_FIRMWARE_BUILD
default y
help
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.
If unsure say Y here.
......
......@@ -156,7 +156,7 @@ struct cosa_data {
unsigned short startaddr; /* Firmware start address */
unsigned short busmaster; /* Use busmastering? */
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. */
long int rxbitmap, txbitmap; /* Bitmap of channels who are willing to send/receive data */
long int rxtx; /* RX or TX in progress? */
......
......@@ -4006,7 +4006,7 @@ mega_enum_raid_scsi(adapter_t *adapter)
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
*/
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