diff options
| author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 01:14:03 -0400 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 01:14:03 -0400 |
| commit | beb7dd86a101263bf63a78c7c6d4da3849b35bd6 (patch) | |
| tree | 9afe81ca9e92ab8aacc999ae118b27d547721f11 | |
| parent | 3dde6ad8fc3939d345a3768464ecff43c91d511a (diff) | |
Fix misspellings collected by members of KJ list.
Fix the misspellings of "propogate", "writting" and (oh, the shame
:-) "kenrel" in the source tree.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
29 files changed, 37 insertions, 37 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 5922e84d9133..d3d3c255ddb7 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt | |||
| @@ -228,7 +228,7 @@ Controls the kernel's behaviour when an oops or BUG is encountered. | |||
| 228 | 228 | ||
| 229 | pid_max: | 229 | pid_max: |
| 230 | 230 | ||
| 231 | PID allocation wrap value. When the kenrel's next PID value | 231 | PID allocation wrap value. When the kernel's next PID value |
| 232 | reaches this value, it wraps back to a minimum PID value. | 232 | reaches this value, it wraps back to a minimum PID value. |
| 233 | PIDs of value pid_max or larger are not allocated. | 233 | PIDs of value pid_max or larger are not allocated. |
| 234 | 234 | ||
diff --git a/arch/powerpc/oprofile/op_model_cell.c b/arch/powerpc/oprofile/op_model_cell.c index 626b29f38304..c29293befba9 100644 --- a/arch/powerpc/oprofile/op_model_cell.c +++ b/arch/powerpc/oprofile/op_model_cell.c | |||
| @@ -747,7 +747,7 @@ cell_handle_interrupt(struct pt_regs *regs, struct op_counter_config *ctr) | |||
| 747 | * counter value etc.) are not copied to the actual registers | 747 | * counter value etc.) are not copied to the actual registers |
| 748 | * until the performance monitor is enabled. In order to get | 748 | * until the performance monitor is enabled. In order to get |
| 749 | * this to work as desired, the permormance monitor needs to | 749 | * this to work as desired, the permormance monitor needs to |
| 750 | * be disabled while writting to the latches. This is a | 750 | * be disabled while writing to the latches. This is a |
| 751 | * HW design issue. | 751 | * HW design issue. |
| 752 | */ | 752 | */ |
| 753 | cbe_enable_pm(cpu); | 753 | cbe_enable_pm(cpu); |
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 4d582589fa89..d8bfe315471c 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
| @@ -1413,7 +1413,7 @@ static void ack_apic_level(unsigned int irq) | |||
| 1413 | 1413 | ||
| 1414 | /* | 1414 | /* |
| 1415 | * We must acknowledge the irq before we move it or the acknowledge will | 1415 | * We must acknowledge the irq before we move it or the acknowledge will |
| 1416 | * not propogate properly. | 1416 | * not propagate properly. |
| 1417 | */ | 1417 | */ |
| 1418 | ack_APIC_irq(); | 1418 | ack_APIC_irq(); |
| 1419 | 1419 | ||
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 7710a6a77d97..f6ac1d316ea4 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
| @@ -1573,11 +1573,11 @@ void no_tty(void) | |||
| 1573 | 1573 | ||
| 1574 | 1574 | ||
| 1575 | /** | 1575 | /** |
| 1576 | * stop_tty - propogate flow control | 1576 | * stop_tty - propagate flow control |
| 1577 | * @tty: tty to stop | 1577 | * @tty: tty to stop |
| 1578 | * | 1578 | * |
| 1579 | * Perform flow control to the driver. For PTY/TTY pairs we | 1579 | * Perform flow control to the driver. For PTY/TTY pairs we |
| 1580 | * must also propogate the TIOCKPKT status. May be called | 1580 | * must also propagate the TIOCKPKT status. May be called |
| 1581 | * on an already stopped device and will not re-call the driver | 1581 | * on an already stopped device and will not re-call the driver |
| 1582 | * method. | 1582 | * method. |
| 1583 | * | 1583 | * |
| @@ -1607,11 +1607,11 @@ void stop_tty(struct tty_struct *tty) | |||
| 1607 | EXPORT_SYMBOL(stop_tty); | 1607 | EXPORT_SYMBOL(stop_tty); |
| 1608 | 1608 | ||
| 1609 | /** | 1609 | /** |
| 1610 | * start_tty - propogate flow control | 1610 | * start_tty - propagate flow control |
| 1611 | * @tty: tty to start | 1611 | * @tty: tty to start |
| 1612 | * | 1612 | * |
| 1613 | * Start a tty that has been stopped if at all possible. Perform | 1613 | * Start a tty that has been stopped if at all possible. Perform |
| 1614 | * any neccessary wakeups and propogate the TIOCPKT status. If this | 1614 | * any neccessary wakeups and propagate the TIOCPKT status. If this |
| 1615 | * is the tty was previous stopped and is being started then the | 1615 | * is the tty was previous stopped and is being started then the |
| 1616 | * driver start method is invoked and the line discipline woken. | 1616 | * driver start method is invoked and the line discipline woken. |
| 1617 | * | 1617 | * |
diff --git a/drivers/media/dvb/frontends/dib7000m.c b/drivers/media/dvb/frontends/dib7000m.c index f5d40aa3d27f..f64546c6aeb5 100644 --- a/drivers/media/dvb/frontends/dib7000m.c +++ b/drivers/media/dvb/frontends/dib7000m.c | |||
| @@ -266,7 +266,7 @@ static int dib7000m_sad_calib(struct dib7000m_state *state) | |||
| 266 | { | 266 | { |
| 267 | 267 | ||
| 268 | /* internal */ | 268 | /* internal */ |
| 269 | // dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth | 269 | // dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth |
| 270 | dib7000m_write_word(state, 929, (0 << 1) | (0 << 0)); | 270 | dib7000m_write_word(state, 929, (0 << 1) | (0 << 0)); |
| 271 | dib7000m_write_word(state, 930, 776); // 0.625*3.3 / 4096 | 271 | dib7000m_write_word(state, 930, 776); // 0.625*3.3 / 4096 |
| 272 | 272 | ||
diff --git a/drivers/media/dvb/frontends/dib7000p.c b/drivers/media/dvb/frontends/dib7000p.c index 0349a4b5da3f..aece458cfe12 100644 --- a/drivers/media/dvb/frontends/dib7000p.c +++ b/drivers/media/dvb/frontends/dib7000p.c | |||
| @@ -223,7 +223,7 @@ static int dib7000p_set_bandwidth(struct dvb_frontend *demod, u8 BW_Idx) | |||
| 223 | static int dib7000p_sad_calib(struct dib7000p_state *state) | 223 | static int dib7000p_sad_calib(struct dib7000p_state *state) |
| 224 | { | 224 | { |
| 225 | /* internal */ | 225 | /* internal */ |
| 226 | // dib7000p_write_word(state, 72, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth | 226 | // dib7000p_write_word(state, 72, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth |
| 227 | dib7000p_write_word(state, 73, (0 << 1) | (0 << 0)); | 227 | dib7000p_write_word(state, 73, (0 << 1) | (0 << 0)); |
| 228 | dib7000p_write_word(state, 74, 776); // 0.625*3.3 / 4096 | 228 | dib7000p_write_word(state, 74, 776); // 0.625*3.3 / 4096 |
| 229 | 229 | ||
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index 563a8319e608..54ccc6e1f92e 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c | |||
| @@ -70,7 +70,7 @@ static int em2800_i2c_send_max4(struct em28xx *dev, unsigned char addr, | |||
| 70 | 70 | ||
| 71 | ret = dev->em28xx_write_regs(dev, 4 - len, &b2[4 - len], 2 + len); | 71 | ret = dev->em28xx_write_regs(dev, 4 - len, &b2[4 - len], 2 + len); |
| 72 | if (ret != 2 + len) { | 72 | if (ret != 2 + len) { |
| 73 | em28xx_warn("writting to i2c device failed (error=%i)\n", ret); | 73 | em28xx_warn("writing to i2c device failed (error=%i)\n", ret); |
| 74 | return -EIO; | 74 | return -EIO; |
| 75 | } | 75 | } |
| 76 | for (write_timeout = EM2800_I2C_WRITE_TIMEOUT; write_timeout > 0; | 76 | for (write_timeout = EM2800_I2C_WRITE_TIMEOUT; write_timeout > 0; |
diff --git a/drivers/net/irda/donauboe.h b/drivers/net/irda/donauboe.h index 2ab173d9a0e4..1e67720f1066 100644 --- a/drivers/net/irda/donauboe.h +++ b/drivers/net/irda/donauboe.h | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | /* RxOver overflow in Recv FIFO */ | 113 | /* RxOver overflow in Recv FIFO */ |
| 114 | /* SipRcv received serial gap (or other condition you set) */ | 114 | /* SipRcv received serial gap (or other condition you set) */ |
| 115 | /* Interrupts are enabled by writing a one to the IER register */ | 115 | /* Interrupts are enabled by writing a one to the IER register */ |
| 116 | /* Interrupts are cleared by writting a one to the ISR register */ | 116 | /* Interrupts are cleared by writing a one to the ISR register */ |
| 117 | /* */ | 117 | /* */ |
| 118 | /* 6. The remaining registers: 0x6 and 0x3 appear to be */ | 118 | /* 6. The remaining registers: 0x6 and 0x3 appear to be */ |
| 119 | /* reserved parts of 16 or 32 bit registersthe remainder */ | 119 | /* reserved parts of 16 or 32 bit registersthe remainder */ |
diff --git a/drivers/net/wireless/prism54/islpci_dev.c b/drivers/net/wireless/prism54/islpci_dev.c index a037b11dac9d..084795355b74 100644 --- a/drivers/net/wireless/prism54/islpci_dev.c +++ b/drivers/net/wireless/prism54/islpci_dev.c | |||
| @@ -115,7 +115,7 @@ isl_upload_firmware(islpci_private *priv) | |||
| 115 | ISL38XX_MEMORY_WINDOW_SIZE : fw_len; | 115 | ISL38XX_MEMORY_WINDOW_SIZE : fw_len; |
| 116 | u32 __iomem *dev_fw_ptr = device_base + ISL38XX_DIRECT_MEM_WIN; | 116 | u32 __iomem *dev_fw_ptr = device_base + ISL38XX_DIRECT_MEM_WIN; |
| 117 | 117 | ||
| 118 | /* set the cards base address for writting the data */ | 118 | /* set the card's base address for writing the data */ |
| 119 | isl38xx_w32_flush(device_base, reg, | 119 | isl38xx_w32_flush(device_base, reg, |
| 120 | ISL38XX_DIR_MEM_BASE_REG); | 120 | ISL38XX_DIR_MEM_BASE_REG); |
| 121 | wmb(); /* be paranoid */ | 121 | wmb(); /* be paranoid */ |
diff --git a/drivers/net/wireless/wavelan_cs.c b/drivers/net/wireless/wavelan_cs.c index 67b867f837ca..5740d4d4267c 100644 --- a/drivers/net/wireless/wavelan_cs.c +++ b/drivers/net/wireless/wavelan_cs.c | |||
| @@ -176,7 +176,7 @@ psa_write(struct net_device * dev, | |||
| 176 | volatile u_char __iomem *verify = lp->mem + PSA_ADDR + | 176 | volatile u_char __iomem *verify = lp->mem + PSA_ADDR + |
| 177 | (psaoff(0, psa_comp_number) << 1); | 177 | (psaoff(0, psa_comp_number) << 1); |
| 178 | 178 | ||
| 179 | /* Authorize writting to PSA */ | 179 | /* Authorize writing to PSA */ |
| 180 | hacr_write(base, HACR_PWR_STAT | HACR_ROM_WEN); | 180 | hacr_write(base, HACR_PWR_STAT | HACR_ROM_WEN); |
| 181 | 181 | ||
| 182 | while(n-- > 0) | 182 | while(n-- > 0) |
| @@ -1676,7 +1676,7 @@ wv_set_frequency(u_long base, /* i/o port of the card */ | |||
| 1676 | fee_write(base, 0x60, | 1676 | fee_write(base, 0x60, |
| 1677 | dac, 2); | 1677 | dac, 2); |
| 1678 | 1678 | ||
| 1679 | /* We now should verify here that the EEprom writting was ok */ | 1679 | /* We now should verify here that the EEprom writing was ok */ |
| 1680 | 1680 | ||
| 1681 | /* ReRead the first area */ | 1681 | /* ReRead the first area */ |
| 1682 | fee_read(base, 0x00, | 1682 | fee_read(base, 0x00, |
diff --git a/drivers/net/wireless/wavelan_cs.p.h b/drivers/net/wireless/wavelan_cs.p.h index 4d1c4905c749..4b9de0093a7b 100644 --- a/drivers/net/wireless/wavelan_cs.p.h +++ b/drivers/net/wireless/wavelan_cs.p.h | |||
| @@ -120,7 +120,7 @@ | |||
| 120 | * the Wavelan itself (NCR -> AT&T -> Lucent). | 120 | * the Wavelan itself (NCR -> AT&T -> Lucent). |
| 121 | * | 121 | * |
| 122 | * All started with Anders Klemets <klemets@paul.rutgers.edu>, | 122 | * All started with Anders Klemets <klemets@paul.rutgers.edu>, |
| 123 | * writting a Wavelan ISA driver for the MACH microkernel. Girish | 123 | * writing a Wavelan ISA driver for the MACH microkernel. Girish |
| 124 | * Welling <welling@paul.rutgers.edu> had also worked on it. | 124 | * Welling <welling@paul.rutgers.edu> had also worked on it. |
| 125 | * Keith Moore modify this for the Pcmcia hardware. | 125 | * Keith Moore modify this for the Pcmcia hardware. |
| 126 | * | 126 | * |
diff --git a/drivers/sbus/char/bpp.c b/drivers/sbus/char/bpp.c index 74b999d77bbf..4fab0c23814c 100644 --- a/drivers/sbus/char/bpp.c +++ b/drivers/sbus/char/bpp.c | |||
| @@ -156,7 +156,7 @@ static unsigned short get_pins(unsigned minor) | |||
| 156 | #define BPP_ICR 0x18 | 156 | #define BPP_ICR 0x18 |
| 157 | #define BPP_SIZE 0x1A | 157 | #define BPP_SIZE 0x1A |
| 158 | 158 | ||
| 159 | /* BPP_CSR. Bits of type RW1 are cleared with writting '1'. */ | 159 | /* BPP_CSR. Bits of type RW1 are cleared with writing '1'. */ |
| 160 | #define P_DEV_ID_MASK 0xf0000000 /* R */ | 160 | #define P_DEV_ID_MASK 0xf0000000 /* R */ |
| 161 | #define P_DEV_ID_ZEBRA 0x40000000 | 161 | #define P_DEV_ID_ZEBRA 0x40000000 |
| 162 | #define P_DEV_ID_L64854 0xa0000000 /* == NCR 89C100+89C105. Pity. */ | 162 | #define P_DEV_ID_L64854 0xa0000000 /* == NCR 89C100+89C105. Pity. */ |
diff --git a/drivers/usb/serial/aircable.c b/drivers/usb/serial/aircable.c index b675735bfbee..fbc8c27d5d99 100644 --- a/drivers/usb/serial/aircable.c +++ b/drivers/usb/serial/aircable.c | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | * The device works as an standard CDC device, it has 2 interfaces, the first | 9 | * The device works as an standard CDC device, it has 2 interfaces, the first |
| 10 | * one is for firmware access and the second is the serial one. | 10 | * one is for firmware access and the second is the serial one. |
| 11 | * The protocol is very simply, there are two posibilities reading or writing. | 11 | * The protocol is very simply, there are two posibilities reading or writing. |
| 12 | * When writting the first urb must have a Header that starts with 0x20 0x29 the | 12 | * When writing the first urb must have a Header that starts with 0x20 0x29 the |
| 13 | * next two bytes must say how much data will be sended. | 13 | * next two bytes must say how much data will be sended. |
| 14 | * When reading the process is almost equal except that the header starts with | 14 | * When reading the process is almost equal except that the header starts with |
| 15 | * 0x00 0x20. | 15 | * 0x00 0x20. |
| @@ -18,7 +18,7 @@ | |||
| 18 | * buffer: The First and Second byte is used for a Header, the Third and Fourth | 18 | * buffer: The First and Second byte is used for a Header, the Third and Fourth |
| 19 | * tells the device the amount of information the package holds. | 19 | * tells the device the amount of information the package holds. |
| 20 | * Packages are 60 bytes long Header Stuff. | 20 | * Packages are 60 bytes long Header Stuff. |
| 21 | * When writting to the device the first two bytes of the header are 0x20 0x29 | 21 | * When writing to the device the first two bytes of the header are 0x20 0x29 |
| 22 | * When reading the bytes are 0x00 0x20, or 0x00 0x10, there is an strange | 22 | * When reading the bytes are 0x00 0x20, or 0x00 0x10, there is an strange |
| 23 | * situation, when too much data arrives to the device because it sends the data | 23 | * situation, when too much data arrives to the device because it sends the data |
| 24 | * but with out the header. I will use a simply hack to override this situation, | 24 | * but with out the header. I will use a simply hack to override this situation, |
diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c index 18f74ac76565..4807f960150b 100644 --- a/drivers/usb/serial/io_edgeport.c +++ b/drivers/usb/serial/io_edgeport.c | |||
| @@ -2465,7 +2465,7 @@ static int send_cmd_write_uart_register (struct edgeport_port *edge_port, __u8 r | |||
| 2465 | ((edge_serial->is_epic) && | 2465 | ((edge_serial->is_epic) && |
| 2466 | (!edge_serial->epic_descriptor.Supports.IOSPWriteMCR) && | 2466 | (!edge_serial->epic_descriptor.Supports.IOSPWriteMCR) && |
| 2467 | (regNum == MCR))) { | 2467 | (regNum == MCR))) { |
| 2468 | dbg("SendCmdWriteUartReg - Not writting to MCR Register"); | 2468 | dbg("SendCmdWriteUartReg - Not writing to MCR Register"); |
| 2469 | return 0; | 2469 | return 0; |
| 2470 | } | 2470 | } |
| 2471 | 2471 | ||
| @@ -2473,7 +2473,7 @@ static int send_cmd_write_uart_register (struct edgeport_port *edge_port, __u8 r | |||
| 2473 | ((edge_serial->is_epic) && | 2473 | ((edge_serial->is_epic) && |
| 2474 | (!edge_serial->epic_descriptor.Supports.IOSPWriteLCR) && | 2474 | (!edge_serial->epic_descriptor.Supports.IOSPWriteLCR) && |
| 2475 | (regNum == LCR))) { | 2475 | (regNum == LCR))) { |
| 2476 | dbg ("SendCmdWriteUartReg - Not writting to LCR Register"); | 2476 | dbg ("SendCmdWriteUartReg - Not writing to LCR Register"); |
| 2477 | return 0; | 2477 | return 0; |
| 2478 | } | 2478 | } |
| 2479 | 2479 | ||
diff --git a/drivers/video/matrox/matroxfb_Ti3026.c b/drivers/video/matrox/matroxfb_Ti3026.c index a5690a5f29d5..9445cdb759b1 100644 --- a/drivers/video/matrox/matroxfb_Ti3026.c +++ b/drivers/video/matrox/matroxfb_Ti3026.c | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> | 72 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> |
| 73 | * | 73 | * |
| 74 | * (following author is not in any relation with this code, but his ideas | 74 | * (following author is not in any relation with this code, but his ideas |
| 75 | * were used when writting this driver) | 75 | * were used when writing this driver) |
| 76 | * | 76 | * |
| 77 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> | 77 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> |
| 78 | * | 78 | * |
diff --git a/drivers/video/matrox/matroxfb_accel.c b/drivers/video/matrox/matroxfb_accel.c index a5c825d99466..c57aaadf410c 100644 --- a/drivers/video/matrox/matroxfb_accel.c +++ b/drivers/video/matrox/matroxfb_accel.c | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> | 70 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> |
| 71 | * | 71 | * |
| 72 | * (following author is not in any relation with this code, but his ideas | 72 | * (following author is not in any relation with this code, but his ideas |
| 73 | * were used when writting this driver) | 73 | * were used when writing this driver) |
| 74 | * | 74 | * |
| 75 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> | 75 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> |
| 76 | * | 76 | * |
diff --git a/drivers/video/matrox/matroxfb_base.c b/drivers/video/matrox/matroxfb_base.c index cb2aa402ddfd..c8559a756b75 100644 --- a/drivers/video/matrox/matroxfb_base.c +++ b/drivers/video/matrox/matroxfb_base.c | |||
| @@ -93,7 +93,7 @@ | |||
| 93 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> | 93 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> |
| 94 | * | 94 | * |
| 95 | * (following author is not in any relation with this code, but his ideas | 95 | * (following author is not in any relation with this code, but his ideas |
| 96 | * were used when writting this driver) | 96 | * were used when writing this driver) |
| 97 | * | 97 | * |
| 98 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> | 98 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> |
| 99 | * | 99 | * |
diff --git a/drivers/video/matrox/matroxfb_misc.c b/drivers/video/matrox/matroxfb_misc.c index 18886b629cb1..5948e54b9ef9 100644 --- a/drivers/video/matrox/matroxfb_misc.c +++ b/drivers/video/matrox/matroxfb_misc.c | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> | 78 | * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de> |
| 79 | * | 79 | * |
| 80 | * (following author is not in any relation with this code, but his ideas | 80 | * (following author is not in any relation with this code, but his ideas |
| 81 | * were used when writting this driver) | 81 | * were used when writing this driver) |
| 82 | * | 82 | * |
| 83 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> | 83 | * FreeVBE/AF (Matrox), "Shawn Hargreaves" <shawn@talula.demon.co.uk> |
| 84 | * | 84 | * |
diff --git a/fs/direct-io.c b/fs/direct-io.c index d9d0833444f5..1e88d8d1d2a9 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c | |||
| @@ -439,7 +439,7 @@ static int dio_bio_complete(struct dio *dio, struct bio *bio) | |||
| 439 | * Wait on and process all in-flight BIOs. This must only be called once | 439 | * Wait on and process all in-flight BIOs. This must only be called once |
| 440 | * all bios have been issued so that the refcount can only decrease. | 440 | * all bios have been issued so that the refcount can only decrease. |
| 441 | * This just waits for all bios to make it through dio_bio_complete. IO | 441 | * This just waits for all bios to make it through dio_bio_complete. IO |
| 442 | * errors are propogated through dio->io_error and should be propogated via | 442 | * errors are propagated through dio->io_error and should be propagated via |
| 443 | * dio_complete(). | 443 | * dio_complete(). |
| 444 | */ | 444 | */ |
| 445 | static void dio_await_completion(struct dio *dio) | 445 | static void dio_await_completion(struct dio *dio) |
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index e073fd86cf60..f25086aeef5f 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c | |||
| @@ -1110,7 +1110,7 @@ static int flush_commit_list(struct super_block *s, | |||
| 1110 | if (!barrier) { | 1110 | if (!barrier) { |
| 1111 | /* If there was a write error in the journal - we can't commit | 1111 | /* If there was a write error in the journal - we can't commit |
| 1112 | * this transaction - it will be invalid and, if successful, | 1112 | * this transaction - it will be invalid and, if successful, |
| 1113 | * will just end up propogating the write error out to | 1113 | * will just end up propagating the write error out to |
| 1114 | * the file system. */ | 1114 | * the file system. */ |
| 1115 | if (likely(!retval && !reiserfs_is_journal_aborted (journal))) { | 1115 | if (likely(!retval && !reiserfs_is_journal_aborted (journal))) { |
| 1116 | if (buffer_dirty(jl->j_commit_bh)) | 1116 | if (buffer_dirty(jl->j_commit_bh)) |
| @@ -1125,7 +1125,7 @@ static int flush_commit_list(struct super_block *s, | |||
| 1125 | 1125 | ||
| 1126 | /* If there was a write error in the journal - we can't commit this | 1126 | /* If there was a write error in the journal - we can't commit this |
| 1127 | * transaction - it will be invalid and, if successful, will just end | 1127 | * transaction - it will be invalid and, if successful, will just end |
| 1128 | * up propogating the write error out to the filesystem. */ | 1128 | * up propagating the write error out to the filesystem. */ |
| 1129 | if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { | 1129 | if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { |
| 1130 | #ifdef CONFIG_REISERFS_CHECK | 1130 | #ifdef CONFIG_REISERFS_CHECK |
| 1131 | reiserfs_warning(s, "journal-615: buffer write failed"); | 1131 | reiserfs_warning(s, "journal-615: buffer write failed"); |
diff --git a/include/asm-generic/bitops/atomic.h b/include/asm-generic/bitops/atomic.h index 78339319ba02..cd8a9641bd66 100644 --- a/include/asm-generic/bitops/atomic.h +++ b/include/asm-generic/bitops/atomic.h | |||
| @@ -58,7 +58,7 @@ extern raw_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned; | |||
| 58 | * if you do not require the atomic guarantees. | 58 | * if you do not require the atomic guarantees. |
| 59 | * | 59 | * |
| 60 | * Note: there are no guarantees that this function will not be reordered | 60 | * Note: there are no guarantees that this function will not be reordered |
| 61 | * on non x86 architectures, so if you are writting portable code, | 61 | * on non x86 architectures, so if you are writing portable code, |
| 62 | * make sure not to rely on its reordering guarantees. | 62 | * make sure not to rely on its reordering guarantees. |
| 63 | * | 63 | * |
| 64 | * Note that @nr may be almost arbitrarily large; this function is not | 64 | * Note that @nr may be almost arbitrarily large; this function is not |
diff --git a/include/asm-i386/bitops.h b/include/asm-i386/bitops.h index 273b50629357..a20fe9822f60 100644 --- a/include/asm-i386/bitops.h +++ b/include/asm-i386/bitops.h | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | * if you do not require the atomic guarantees. | 27 | * if you do not require the atomic guarantees. |
| 28 | * | 28 | * |
| 29 | * Note: there are no guarantees that this function will not be reordered | 29 | * Note: there are no guarantees that this function will not be reordered |
| 30 | * on non x86 architectures, so if you are writting portable code, | 30 | * on non x86 architectures, so if you are writing portable code, |
| 31 | * make sure not to rely on its reordering guarantees. | 31 | * make sure not to rely on its reordering guarantees. |
| 32 | * | 32 | * |
| 33 | * Note that @nr may be almost arbitrarily large; this function is not | 33 | * Note that @nr may be almost arbitrarily large; this function is not |
diff --git a/include/asm-i386/boot.h b/include/asm-i386/boot.h index e7686d0a8413..bd024ab4fe53 100644 --- a/include/asm-i386/boot.h +++ b/include/asm-i386/boot.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | #define EXTENDED_VGA 0xfffe /* 80x50 mode */ | 12 | #define EXTENDED_VGA 0xfffe /* 80x50 mode */ |
| 13 | #define ASK_VGA 0xfffd /* ask for it at bootup */ | 13 | #define ASK_VGA 0xfffd /* ask for it at bootup */ |
| 14 | 14 | ||
| 15 | /* Physical address where kenrel should be loaded. */ | 15 | /* Physical address where kernel should be loaded. */ |
| 16 | #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \ | 16 | #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \ |
| 17 | + (CONFIG_PHYSICAL_ALIGN - 1)) \ | 17 | + (CONFIG_PHYSICAL_ALIGN - 1)) \ |
| 18 | & ~(CONFIG_PHYSICAL_ALIGN - 1)) | 18 | & ~(CONFIG_PHYSICAL_ALIGN - 1)) |
diff --git a/include/asm-i386/sync_bitops.h b/include/asm-i386/sync_bitops.h index 7d72351bea75..cbce08a2d135 100644 --- a/include/asm-i386/sync_bitops.h +++ b/include/asm-i386/sync_bitops.h | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | * if you do not require the atomic guarantees. | 24 | * if you do not require the atomic guarantees. |
| 25 | * | 25 | * |
| 26 | * Note: there are no guarantees that this function will not be reordered | 26 | * Note: there are no guarantees that this function will not be reordered |
| 27 | * on non x86 architectures, so if you are writting portable code, | 27 | * on non-x86 architectures, so if you are writing portable code, |
| 28 | * make sure not to rely on its reordering guarantees. | 28 | * make sure not to rely on its reordering guarantees. |
| 29 | * | 29 | * |
| 30 | * Note that @nr may be almost arbitrarily large; this function is not | 30 | * Note that @nr may be almost arbitrarily large; this function is not |
diff --git a/include/asm-m32r/system.h b/include/asm-m32r/system.h index 06cdece35865..f62f5c9abba6 100644 --- a/include/asm-m32r/system.h +++ b/include/asm-m32r/system.h | |||
| @@ -136,7 +136,7 @@ extern void __xchg_called_with_bad_pointer(void); | |||
| 136 | "add3 "reg0", "addr", #0x2000; \n\t" \ | 136 | "add3 "reg0", "addr", #0x2000; \n\t" \ |
| 137 | "ld "reg0", @"reg0"; \n\t" \ | 137 | "ld "reg0", @"reg0"; \n\t" \ |
| 138 | "unlock "reg0", @"reg1"; \n\t" | 138 | "unlock "reg0", @"reg1"; \n\t" |
| 139 | /* FIXME: This workaround code cannot handle kenrel modules | 139 | /* FIXME: This workaround code cannot handle kernel modules |
| 140 | * correctly under SMP environment. | 140 | * correctly under SMP environment. |
| 141 | */ | 141 | */ |
| 142 | #else /* CONFIG_CHIP_M32700_TS1 */ | 142 | #else /* CONFIG_CHIP_M32700_TS1 */ |
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index c7c945baf1ee..dbf834f4dac4 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
| @@ -254,7 +254,7 @@ extern void free_init_pages(const char *what, | |||
| 254 | extern char arcs_cmdline[CL_SIZE]; | 254 | extern char arcs_cmdline[CL_SIZE]; |
| 255 | 255 | ||
| 256 | /* | 256 | /* |
| 257 | * Registers a0, a1, a3 and a4 as passed to the kenrel entry by firmware | 257 | * Registers a0, a1, a3 and a4 as passed to the kernel entry by firmware |
| 258 | */ | 258 | */ |
| 259 | extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; | 259 | extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; |
| 260 | 260 | ||
diff --git a/include/linux/mount.h b/include/linux/mount.h index dab69afee2fa..6d3047d8c91c 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
| @@ -33,7 +33,7 @@ struct mnt_namespace; | |||
| 33 | 33 | ||
| 34 | #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */ | 34 | #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */ |
| 35 | #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ | 35 | #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ |
| 36 | #define MNT_PNODE_MASK 0x3000 /* propogation flag mask */ | 36 | #define MNT_PNODE_MASK 0x3000 /* propagation flag mask */ |
| 37 | 37 | ||
| 38 | struct vfsmount { | 38 | struct vfsmount { |
| 39 | struct list_head mnt_hash; | 39 | struct list_head mnt_hash; |
diff --git a/sound/pci/ice1712/delta.h b/sound/pci/ice1712/delta.h index e65d669af639..e47861ccd6e7 100644 --- a/sound/pci/ice1712/delta.h +++ b/sound/pci/ice1712/delta.h | |||
| @@ -63,7 +63,7 @@ extern const struct snd_ice1712_card_info snd_ice1712_delta_cards[]; | |||
| 63 | /* look to CS8414 datasheet */ | 63 | /* look to CS8414 datasheet */ |
| 64 | #define ICE1712_DELTA_SPDIF_OUT_STAT_CLOCK 0x04 | 64 | #define ICE1712_DELTA_SPDIF_OUT_STAT_CLOCK 0x04 |
| 65 | /* S/PDIF output status clock */ | 65 | /* S/PDIF output status clock */ |
| 66 | /* (writting on rising edge - 0->1) */ | 66 | /* (writing on rising edge - 0->1) */ |
| 67 | /* all except Delta44 */ | 67 | /* all except Delta44 */ |
| 68 | /* look to CS8404A datasheet */ | 68 | /* look to CS8404A datasheet */ |
| 69 | #define ICE1712_DELTA_SPDIF_OUT_STAT_DATA 0x08 | 69 | #define ICE1712_DELTA_SPDIF_OUT_STAT_DATA 0x08 |
| @@ -100,7 +100,7 @@ extern const struct snd_ice1712_card_info snd_ice1712_delta_cards[]; | |||
| 100 | /* AKM4524 serial data */ | 100 | /* AKM4524 serial data */ |
| 101 | #define ICE1712_DELTA_CODEC_SERIAL_CLOCK 0x20 | 101 | #define ICE1712_DELTA_CODEC_SERIAL_CLOCK 0x20 |
| 102 | /* AKM4524 serial clock */ | 102 | /* AKM4524 serial clock */ |
| 103 | /* (writting on rising edge - 0->1 */ | 103 | /* (writing on rising edge - 0->1 */ |
| 104 | #define ICE1712_DELTA_CODEC_CHIP_A 0x40 | 104 | #define ICE1712_DELTA_CODEC_CHIP_A 0x40 |
| 105 | #define ICE1712_DELTA_CODEC_CHIP_B 0x80 | 105 | #define ICE1712_DELTA_CODEC_CHIP_B 0x80 |
| 106 | /* 1 - select chip A or B */ | 106 | /* 1 - select chip A or B */ |
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 25a2a7333006..e07085a7cfc3 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c | |||
| @@ -673,7 +673,7 @@ static s32 *dbri_cmdlock(struct snd_dbri * dbri, int len) | |||
| 673 | } | 673 | } |
| 674 | 674 | ||
| 675 | /* | 675 | /* |
| 676 | * Send prepared cmd string. It works by writting a JUMP cmd into | 676 | * Send prepared cmd string. It works by writing a JUMP cmd into |
| 677 | * the last WAIT cmd and force DBRI to reread the cmd. | 677 | * the last WAIT cmd and force DBRI to reread the cmd. |
| 678 | * The JUMP cmd points to the new cmd string. | 678 | * The JUMP cmd points to the new cmd string. |
| 679 | * It also releases the cmdlock spinlock. | 679 | * It also releases the cmdlock spinlock. |
