Commit 5d8a45ef authored by Steven Cole's avatar Steven Cole Committed by Linus Torvalds

[PATCH] Spelling fixes from spell-fix.pl

This patch contains the first fruits of the automatic spell checking and
correcting scripts written by Dan Kegel and Matthias Schniedermeyer.
Those scripts are available here: http://www.kegel.com/kerspell/

This patch fixes these six words from the first five lines of
spell-fix.txt.  280 lines remaining.

  accesible   -> accessible
  accesing    -> accessing
  accomodate  -> accommodate
  acommodate  -> accommodate
  Acknowlege  -> Acknowledge
  acknoledged -> acknowledged
parent 3b007af5
...@@ -86,7 +86,7 @@ static int pxa_gpio_irq_type(unsigned int irq, unsigned int type) ...@@ -86,7 +86,7 @@ static int pxa_gpio_irq_type(unsigned int irq, unsigned int type)
} }
/* /*
* GPIO IRQs must be acknoledged. This is for GPIO 0 and 1. * GPIO IRQs must be acknowledged. This is for GPIO 0 and 1.
*/ */
static void pxa_ack_low_gpio(unsigned int irq) static void pxa_ack_low_gpio(unsigned int irq)
......
...@@ -68,7 +68,7 @@ static int sa1100_gpio_type(unsigned int irq, unsigned int type) ...@@ -68,7 +68,7 @@ static int sa1100_gpio_type(unsigned int irq, unsigned int type)
} }
/* /*
* GPIO IRQs must be acknoledged. This is for IRQs from 0 to 10. * GPIO IRQs must be acknowledged. This is for IRQs from 0 to 10.
*/ */
static void sa1100_low_gpio_ack(unsigned int irq) static void sa1100_low_gpio_ack(unsigned int irq)
{ {
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
* (IPL too high, disabled, ...) * (IPL too high, disabled, ...)
* *
* - The gdb stub is currently not reentrant, i.e. errors that happen therein * - The gdb stub is currently not reentrant, i.e. errors that happen therein
* (e.g. accesing invalid memory) may not be caught correctly. This could * (e.g. accessing invalid memory) may not be caught correctly. This could
* be removed in future by introducing a stack of struct registers. * be removed in future by introducing a stack of struct registers.
* *
*/ */
......
...@@ -1473,7 +1473,7 @@ send_CPI(__u32 cpuset, __u8 cpi) ...@@ -1473,7 +1473,7 @@ send_CPI(__u32 cpuset, __u8 cpi)
outb((__u8)cpuset, VIC_CPI_Registers[VIC_CPI_LEVEL0]); outb((__u8)cpuset, VIC_CPI_Registers[VIC_CPI_LEVEL0]);
} }
/* Acknowlege receipt of CPI in the QIC, clear in QIC hardware and /* Acknowledge receipt of CPI in the QIC, clear in QIC hardware and
* set the cache line to shared by reading it. * set the cache line to shared by reading it.
* *
* DON'T make this inline otherwise the cache line read will be * DON'T make this inline otherwise the cache line read will be
......
...@@ -2602,7 +2602,7 @@ subch_pull_msg( brl1_sch_t *subch, char *msg, int *len ) ...@@ -2602,7 +2602,7 @@ subch_pull_msg( brl1_sch_t *subch, char *msg, int *len )
{ {
sc_cq_t *q; /* receive queue */ sc_cq_t *q; /* receive queue */
int before_wrap, /* packet may be split into two different */ int before_wrap, /* packet may be split into two different */
after_wrap; /* pieces to acommodate queue wraparound */ after_wrap; /* pieces to accommodate queue wraparound */
/* pull message off the receive queue */ /* pull message off the receive queue */
q = subch->iqp; q = subch->iqp;
......
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
-- Fixed the CDROMREADxxx ioctls. -- Fixed the CDROMREADxxx ioctls.
-- CDROMPLAYTRKIND uses the GPCMD_PLAY_AUDIO_MSF command - too few -- CDROMPLAYTRKIND uses the GPCMD_PLAY_AUDIO_MSF command - too few
drives supported it. We lose the index part, however. drives supported it. We lose the index part, however.
-- Small modifications to accomodate opens of /dev/hdc1, required -- Small modifications to accommodate opens of /dev/hdc1, required
for ide-cd to handle multisession discs. for ide-cd to handle multisession discs.
-- Export cdrom_mode_sense and cdrom_mode_select. -- Export cdrom_mode_sense and cdrom_mode_select.
-- init_cdrom_command() for setting up a cgc command. -- init_cdrom_command() for setting up a cgc command.
......
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
#define CD186x_RCSR 0x7a /* Receiver Character Status Register */ #define CD186x_RCSR 0x7a /* Receiver Character Status Register */
#define CD186x_TDR 0x7b /* Transmit Data Register */ #define CD186x_TDR 0x7b /* Transmit Data Register */
#define CD186x_EOIR 0x7f /* End of Interrupt Register */ #define CD186x_EOIR 0x7f /* End of Interrupt Register */
#define CD186x_MRAR 0x75 /* Modem Request Acknowlege register */ #define CD186x_MRAR 0x75 /* Modem Request Acknowledge register */
#define CD186x_TRAR 0x76 /* Transmit Request Acknowlege register */ #define CD186x_TRAR 0x76 /* Transmit Request Acknowledge register */
#define CD186x_RRAR 0x77 /* Receive Request Acknowlege register */ #define CD186x_RRAR 0x77 /* Receive Request Acknowledge register */
#define CD186x_SRCR 0x66 /* Service Request Configuration register */ #define CD186x_SRCR 0x66 /* Service Request Configuration register */
/* Channel Registers */ /* Channel Registers */
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
* - zbuffer linear offset and pitch -- also invarient * - zbuffer linear offset and pitch -- also invarient
* - drawing origin in back and depth buffers. * - drawing origin in back and depth buffers.
* *
* Keep the depth/back buffer state here to acommodate private buffers * Keep the depth/back buffer state here to accommodate private buffers
* in the future. * in the future.
*/ */
#define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */ #define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
* - zbuffer linear offset and pitch -- also invarient * - zbuffer linear offset and pitch -- also invarient
* - drawing origin in back and depth buffers. * - drawing origin in back and depth buffers.
* *
* Keep the depth/back buffer state here to acommodate private buffers * Keep the depth/back buffer state here to accommodate private buffers
* in the future. * in the future.
*/ */
......
...@@ -3627,7 +3627,7 @@ SK_U32 Val) /* pointer to store the read value */ ...@@ -3627,7 +3627,7 @@ SK_U32 Val) /* pointer to store the read value */
* Description: * Description:
* This routine writes a 16 bit value to the pci configuration * This routine writes a 16 bit value to the pci configuration
* space. The flag PciConfigUp indicates whether the config space * space. The flag PciConfigUp indicates whether the config space
* is accesible or must be set up first. * is accessible or must be set up first.
* *
* Returns: * Returns:
* 0 - indicate everything worked ok. * 0 - indicate everything worked ok.
...@@ -3650,7 +3650,7 @@ SK_U16 Val) /* pointer to store the read value */ ...@@ -3650,7 +3650,7 @@ SK_U16 Val) /* pointer to store the read value */
* Description: * Description:
* This routine writes a 8 bit value to the pci configuration * This routine writes a 8 bit value to the pci configuration
* space. The flag PciConfigUp indicates whether the config space * space. The flag PciConfigUp indicates whether the config space
* is accesible or must be set up first. * is accessible or must be set up first.
* *
* Returns: * Returns:
* 0 - indicate everything worked ok. * 0 - indicate everything worked ok.
......
...@@ -444,7 +444,7 @@ SK_IOC IoC) /* I/O Context */ ...@@ -444,7 +444,7 @@ SK_IOC IoC) /* I/O Context */
/* /*
* Receive an ACK. * Receive an ACK.
* *
* returns 0 If acknoledged * returns 0 If acknowledged
* 1 in case of an error * 1 in case of an error
*/ */
int SkI2cRcvAck( int SkI2cRcvAck(
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* 10/04/00 changed RW-CCWS to R/W Key and Data * 10/04/00 changed RW-CCWS to R/W Key and Data
* 10/10/00 reverted last change according to ESS exploitation * 10/10/00 reverted last change according to ESS exploitation
* 10/10/00 now dequeuing init_cqr before freeing *ouch* * 10/10/00 now dequeuing init_cqr before freeing *ouch*
* 26/10/00 fixed ITPM20144ASC (problems when accesing a device formatted by VIF) * 26/10/00 fixed ITPM20144ASC (problems when accessing a device formatted by VIF)
* 01/23/01 fixed kmalloc statement in dump_sense to be GFP_ATOMIC * 01/23/01 fixed kmalloc statement in dump_sense to be GFP_ATOMIC
* fixed partition handling and HDIO_GETGEO * fixed partition handling and HDIO_GETGEO
* 2002/01/04 Created 2.4-2.5 compatibility mode * 2002/01/04 Created 2.4-2.5 compatibility mode
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
#define S_ATN 0x80 /**/ #define S_ATN 0x80 /**/
#define S_SELECT 0x40 /**/ #define S_SELECT 0x40 /**/
#define S_REQUEST 0x20 /* Request line from SCSI bus*/ #define S_REQUEST 0x20 /* Request line from SCSI bus*/
#define S_ACK 0x10 /* Acknowlege line from SCSI bus*/ #define S_ACK 0x10 /* Acknowledge line from SCSI bus*/
#define S_BUSY 0x08 /* Busy line from SCSI bus*/ #define S_BUSY 0x08 /* Busy line from SCSI bus*/
#define S_CD 0x04 /* Command/Data line from SCSI bus*/ #define S_CD 0x04 /* Command/Data line from SCSI bus*/
#define S_IO 0x02 /* Input/Output line from SCSI bus*/ #define S_IO 0x02 /* Input/Output line from SCSI bus*/
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/* /*
* macros used for accesing structures * macros used for accessing structures
*/ */
static inline s32 static inline s32
ufs_get_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1, ufs_get_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1,
......
...@@ -268,7 +268,7 @@ static int __init snd_opl3sa2_detect(opl3sa2_t *chip) ...@@ -268,7 +268,7 @@ static int __init snd_opl3sa2_detect(opl3sa2_t *chip)
snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1); snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1);
return -ENODEV; return -ENODEV;
} }
/* try if the MIC register is accesible */ /* try if the MIC register is accessible */
tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC); tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC);
snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a); snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a);
if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) { if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) {
......
...@@ -173,7 +173,7 @@ typedef enum { ...@@ -173,7 +173,7 @@ typedef enum {
#define BG_INTERVAL_TIMER_PERIOD 0x0100 #define BG_INTERVAL_TIMER_PERIOD 0x0100
/* Only SP accesible registers */ /* Only SP accessible registers */
#define SP_ASER_COUNTDOWN 0x8040 #define SP_ASER_COUNTDOWN 0x8040
#define SP_SPDOUT_FIFO 0x0108 #define SP_SPDOUT_FIFO 0x0108
#define SP_SPDIN_MI_FIFO 0x01E0 #define SP_SPDIN_MI_FIFO 0x01E0
......
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