Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix misspellings of "system", "controller", "interrupt" and "necessary".

Fix the various misspellings of "system", controller", "interrupt" and
"[un]necessary".

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Robert P. J. Day and committed by
Adrian Bunk
3a4fa0a2 18735dd8

+117 -117
+1 -1
Documentation/filesystems/Locking
··· 224 224 redirty_page_for_writepage(), then unlock the page and return zero. 225 225 This may also be done to avoid internal deadlocks, but rarely. 226 226 227 - If the filesytem is called for sync then it must wait on any 227 + If the filesystem is called for sync then it must wait on any 228 228 in-progress I/O and then start new I/O. 229 229 230 230 The filesystem should unlock the page synchronously, before returning to the
+1 -1
Documentation/mips/AU1xxx_IDE.README
··· 59 59 CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA - enable the PIO+DBDMA mode 60 60 CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA - enable the MWDMA mode 61 61 CONFIG_BLK_DEV_IDE_AU1XXX_BURSTABLE_ON - set Burstable FIFO in DBDMA 62 - controler 62 + controller 63 63 CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ - maximum transfer size 64 64 per descriptor 65 65
+1 -1
arch/arm/mach-at91/gpio.c
··· 439 439 for (i = 0; i < 32; i++, pin++) { 440 440 /* 441 441 * Can use the "simple" and not "edge" handler since it's 442 - * shorter, and the AIC handles interupts sanely. 442 + * shorter, and the AIC handles interrupts sanely. 443 443 */ 444 444 set_irq_chip(pin, &gpio_irqchip); 445 445 set_irq_handler(pin, handle_simple_irq);
+1 -1
arch/arm/mach-s3c2410/clock.c
··· 238 238 } 239 239 240 240 /* We must be careful disabling the clocks we are not intending to 241 - * be using at boot time, as subsytems such as the LCD which do 241 + * be using at boot time, as subsystems such as the LCD which do 242 242 * their own DMA requests to the bus can cause the system to lockup 243 243 * if they where in the middle of requesting bus access. 244 244 *
+1 -1
arch/arm/mach-s3c2412/clock.c
··· 689 689 } 690 690 691 691 /* We must be careful disabling the clocks we are not intending to 692 - * be using at boot time, as subsytems such as the LCD which do 692 + * be using at boot time, as subsystems such as the LCD which do 693 693 * their own DMA requests to the bus can cause the system to lockup 694 694 * if they where in the middle of requesting bus access. 695 695 *
+1 -1
arch/arm/mach-s3c2443/clock.c
··· 1005 1005 } 1006 1006 1007 1007 /* We must be careful disabling the clocks we are not intending to 1008 - * be using at boot time, as subsytems such as the LCD which do 1008 + * be using at boot time, as subsystems such as the LCD which do 1009 1009 * their own DMA requests to the bus can cause the system to lockup 1010 1010 * if they where in the middle of requesting bus access. 1011 1011 *
+1 -1
arch/cris/arch-v10/drivers/pcf8563.c
··· 4 4 * From Phillips' datasheet: 5 5 * 6 6 * The PCF8563 is a CMOS real-time clock/calendar optimized for low power 7 - * consumption. A programmable clock output, interupt output and voltage 7 + * consumption. A programmable clock output, interrupt output and voltage 8 8 * low detector are also provided. All address and data are transferred 9 9 * serially via two-line bidirectional I2C-bus. Maximum bus speed is 10 10 * 400 kbits/s. The built-in word address register is incremented
+1 -1
arch/cris/arch-v32/drivers/pcf8563.c
··· 4 4 * From Phillips' datasheet: 5 5 * 6 6 * The PCF8563 is a CMOS real-time clock/calendar optimized for low power 7 - * consumption. A programmable clock output, interupt output and voltage 7 + * consumption. A programmable clock output, interrupt output and voltage 8 8 * low detector are also provided. All address and data are transferred 9 9 * serially via two-line bidirectional I2C-bus. Maximum bus speed is 10 10 * 400 kbits/s. The built-in word address register is incremented
+1 -1
arch/h8300/kernel/irq.c
··· 68 68 } 69 69 70 70 /* 71 - * h8300 interrupt controler implementation 71 + * h8300 interrupt controller implementation 72 72 */ 73 73 struct irq_chip h8300irq_chip = { 74 74 .name = "H8300-INTC",
+1 -1
arch/m68knommu/platform/5307/pit.c
··· 83 83 84 84 /* 85 85 * If we are still in the first half of the upcount and a 86 - * timer interupt is pending, then add on a ticks worth of time. 86 + * timer interrupt is pending, then add on a ticks worth of time. 87 87 */ 88 88 offset = ((pmr - pcntr) * (1000000 / HZ)) / pmr; 89 89 if ((offset < (1000000 / HZ / 2)) && (*ipr & MCFPIT_IMR_IBIT))
+1 -1
arch/mips/kernel/module.c
··· 381 381 return e; 382 382 } 383 383 384 - /* Put in dbe list if neccessary. */ 384 + /* Put in dbe list if necessary. */ 385 385 int module_finalize(const Elf_Ehdr *hdr, 386 386 const Elf_Shdr *sechdrs, 387 387 struct module *me)
+1 -1
arch/mips/pci/pci-excite.c
··· 131 131 ocd_writel(0x00000000, bar + 0x100); 132 132 } 133 133 134 - /* Finally, enable the PCI interupt */ 134 + /* Finally, enable the PCI interrupt */ 135 135 #if USB_IRQ > 7 136 136 set_c0_intcontrol(1 << USB_IRQ); 137 137 #else
+1 -1
arch/mips/sni/pcimt.c
··· 246 246 /* 247 247 * Note: ASIC PCI's builtin interrupt achknowledge feature is 248 248 * broken. Using it may result in loss of some or all i8259 249 - * interupts, so don't use PCIMT_INT_ACKNOWLEDGE ... 249 + * interrupts, so don't use PCIMT_INT_ACKNOWLEDGE ... 250 250 */ 251 251 irq = i8259_irq(); 252 252 if (unlikely(irq < 0))
+1 -1
arch/powerpc/platforms/celleb/scc_uhc.c
··· 36 36 } 37 37 38 38 /* 39 - * UHC(usb host controler) enable function. 39 + * UHC(usb host controller) enable function. 40 40 * affect to both of OHCI and EHCI core module. 41 41 */ 42 42 static void enable_scc_uhc(struct pci_dev *dev)
+1 -1
arch/sh64/kernel/pci_sh5.c
··· 480 480 return -EINVAL; 481 481 } 482 482 483 - /* The pci subsytem needs to know where memory is and how much 483 + /* The pci subsystem needs to know where memory is and how much 484 484 * of it there is. I've simply made these globals. A better mechanism 485 485 * is probably needed. 486 486 */
+1 -1
arch/x86/kernel/suspend_64.c
··· 123 123 int cpu = smp_processor_id(); 124 124 struct tss_struct *t = &per_cpu(init_tss, cpu); 125 125 126 - set_tss_desc(cpu,t); /* This just modifies memory; should not be neccessary. But... This is neccessary, because 386 hardware has concept of busy TSS or some similar stupidity. */ 126 + set_tss_desc(cpu,t); /* This just modifies memory; should not be necessary. But... This is necessary, because 386 hardware has concept of busy TSS or some similar stupidity. */ 127 127 128 128 cpu_gdt(cpu)[GDT_ENTRY_TSS].type = 9; 129 129
+1 -1
drivers/ata/ahci.c
··· 1479 1479 return; 1480 1480 } 1481 1481 1482 - /* hmmm... a spurious interupt */ 1482 + /* hmmm... a spurious interrupt */ 1483 1483 1484 1484 /* if !NCQ, ignore. No modern ATA device has broken HSM 1485 1485 * implementation for non-NCQ commands.
+1 -1
drivers/ata/libata-sff.c
··· 856 856 * @pdev: PCI device 857 857 * 858 858 * Some PCI ATA devices report simplex mode but in fact can be told to 859 - * enter non simplex mode. This implements the neccessary logic to 859 + * enter non simplex mode. This implements the necessary logic to 860 860 * perform the task on such devices. Calling it on other devices will 861 861 * have -undefined- behaviour. 862 862 */
+1 -1
drivers/ata/pata_cs5530.c
··· 138 138 * 139 139 * Called when the libata layer is about to issue a command. We wrap 140 140 * this interface so that we can load the correct ATA timings if 141 - * neccessary. Specifically we have a problem that there is only 141 + * necessary. Specifically we have a problem that there is only 142 142 * one MWDMA/UDMA bit. 143 143 */ 144 144
+1 -1
drivers/ata/pata_cs5535.c
··· 25 25 * Documentation: 26 26 * Available from AMD web site. 27 27 * TODO 28 - * Review errata to see if serializing is neccessary 28 + * Review errata to see if serializing is necessary 29 29 */ 30 30 31 31 #include <linux/kernel.h>
+2 -2
drivers/ata/pata_it821x.c
··· 105 105 106 106 /* 107 107 * We allow users to force the card into non raid mode without 108 - * flashing the alternative BIOS. This is also neccessary right now 108 + * flashing the alternative BIOS. This is also necessary right now 109 109 * for embedded platforms that cannot run a PC BIOS but are using this 110 110 * device. 111 111 */ ··· 383 383 * @ap: ATA port 384 384 * @device: Device number (not pointer) 385 385 * 386 - * Device selection hook. If neccessary perform clock switching 386 + * Device selection hook. If necessary perform clock switching 387 387 */ 388 388 389 389 static void it821x_passthru_dev_select(struct ata_port *ap,
+1 -1
drivers/ata/pata_mpiix.c
··· 129 129 * 130 130 * Called when the libata layer is about to issue a command. We wrap 131 131 * this interface so that we can load the correct ATA timings if 132 - * neccessary. Our logic also clears TIME0/TIME1 for the other device so 132 + * necessary. Our logic also clears TIME0/TIME1 for the other device so 133 133 * that, even if we get this wrong, cycles to the other device will 134 134 * be made PIO0. 135 135 */
+1 -1
drivers/ata/pata_ns87410.c
··· 124 124 * 125 125 * Called when the libata layer is about to issue a command. We wrap 126 126 * this interface so that we can load the correct ATA timings if 127 - * neccessary. 127 + * necessary. 128 128 */ 129 129 130 130 static unsigned int ns87410_qc_issue_prot(struct ata_queued_cmd *qc)
+1 -1
drivers/ata/pata_oldpiix.c
··· 200 200 * 201 201 * Called when the libata layer is about to issue a command. We wrap 202 202 * this interface so that we can load the correct ATA timings if 203 - * neccessary. Our logic also clears TIME0/TIME1 for the other device so 203 + * necessary. Our logic also clears TIME0/TIME1 for the other device so 204 204 * that, even if we get this wrong, cycles to the other device will 205 205 * be made PIO0. 206 206 */
+1 -1
drivers/ata/pata_radisys.c
··· 161 161 * 162 162 * Called when the libata layer is about to issue a command. We wrap 163 163 * this interface so that we can load the correct ATA timings if 164 - * neccessary. Our logic also clears TIME0/TIME1 for the other device so 164 + * necessary. Our logic also clears TIME0/TIME1 for the other device so 165 165 * that, even if we get this wrong, cycles to the other device will 166 166 * be made PIO0. 167 167 */
+1 -1
drivers/ata/pata_sc1200.c
··· 156 156 * 157 157 * Called when the libata layer is about to issue a command. We wrap 158 158 * this interface so that we can load the correct ATA timings if 159 - * neccessary. Specifically we have a problem that there is only 159 + * necessary. Specifically we have a problem that there is only 160 160 * one MWDMA/UDMA bit. 161 161 */ 162 162
+1 -1
drivers/ata/pata_sil680.c
··· 16 16 * 17 17 * If you have strange problems with nVidia chipset systems please 18 18 * see the SI support documentation and update your system BIOS 19 - * if neccessary 19 + * if necessary 20 20 * 21 21 * TODO 22 22 * If we know all our devices are LBA28 (or LBA28 sized) we could use
+1 -1
drivers/ata/pata_via.c
··· 420 420 * @pdev: PCI device 421 421 * @flags: configuration flags 422 422 * 423 - * Set the FIFO properties for this device if neccessary. Used both on 423 + * Set the FIFO properties for this device if necessary. Used both on 424 424 * set up and on and the resume path 425 425 */ 426 426
+1 -1
drivers/atm/firestream.c
··· 1596 1596 1597 1597 /* print the bits in the ISR register. */ 1598 1598 if (fs_debug & FS_DEBUG_IRQ) { 1599 - /* The FS_DEBUG things are unneccesary here. But this way it is 1599 + /* The FS_DEBUG things are unnecessary here. But this way it is 1600 1600 clear for grep that these are debug prints. */ 1601 1601 fs_dprintk (FS_DEBUG_IRQ, "IRQ status:"); 1602 1602 for (i=0;i<27;i++)
+1 -1
drivers/block/rd.c
··· 365 365 /* 366 366 * Deep badness. rd_blkdev_pagecache_IO() needs to allocate 367 367 * pagecache pages within a request_fn. We cannot recur back 368 - * into the filesytem which is mounted atop the ramdisk, because 368 + * into the filesystem which is mounted atop the ramdisk, because 369 369 * that would deadlock on fs locks. And we really don't want 370 370 * to reenter rd_blkdev_pagecache_IO when we're already within 371 371 * that function.
+2 -2
drivers/char/n_tty.c
··· 437 437 * @c: character input 438 438 * @tty: terminal device 439 439 * 440 - * Perform erase and neccessary output when an erase character is 440 + * Perform erase and necessary output when an erase character is 441 441 * present in the stream from the driver layer. Handles the complexities 442 442 * of UTF-8 multibyte symbols. 443 443 */ ··· 657 657 * @c: character 658 658 * 659 659 * Process a parity error and queue the right data to indicate 660 - * the error case if neccessary. Locking as per n_tty_receive_buf. 660 + * the error case if necessary. Locking as per n_tty_receive_buf. 661 661 */ 662 662 static inline void n_tty_receive_parity_error(struct tty_struct *tty, 663 663 unsigned char c)
+1 -1
drivers/char/rocket.c
··· 563 563 /* Get a ptr to the board's control struct */ 564 564 ctlp = sCtlNumToCtlPtr(ctrl); 565 565 566 - /* Get the interupt status from the board */ 566 + /* Get the interrupt status from the board */ 567 567 #ifdef CONFIG_PCI 568 568 if (ctlp->BusType == isPCI) 569 569 CtlMask = sPCIGetControllerIntStatus(ctlp);
+4 -4
drivers/char/tty_io.c
··· 943 943 * @tty: terminal to activate ldisc on 944 944 * 945 945 * Set the TTY_LDISC flag when the line discipline can be called 946 - * again. Do neccessary wakeups for existing sleepers. 946 + * again. Do necessary wakeups for existing sleepers. 947 947 * 948 948 * Note: nobody should set this bit except via this function. Clearing 949 949 * directly is allowed. ··· 1504 1504 * 1505 1505 * The user has asked via system call for the terminal to be hung up. 1506 1506 * We do this synchronously so that when the syscall returns the process 1507 - * is complete. That guarantee is neccessary for security reasons. 1507 + * is complete. That guarantee is necessary for security reasons. 1508 1508 */ 1509 1509 1510 1510 void tty_vhangup(struct tty_struct * tty) ··· 1691 1691 * @tty: tty to start 1692 1692 * 1693 1693 * Start a tty that has been stopped if at all possible. Perform 1694 - * any neccessary wakeups and propagate the TIOCPKT status. If this 1694 + * any necessary wakeups and propagate the TIOCPKT status. If this 1695 1695 * is the tty was previous stopped and is being started then the 1696 1696 * driver start method is invoked and the line discipline woken. 1697 1697 * ··· 2877 2877 * @tty: tty to fake input into 2878 2878 * @p: pointer to character 2879 2879 * 2880 - * Fake input to a tty device. Does the neccessary locking and 2880 + * Fake input to a tty device. Does the necessary locking and 2881 2881 * input management. 2882 2882 * 2883 2883 * FIXME: does not honour flow control ??
+1 -1
drivers/char/tty_ioctl.c
··· 444 444 * @arg: user data 445 445 * @opt: option information 446 446 * 447 - * Helper function to prepare termios data and run neccessary other 447 + * Helper function to prepare termios data and run necessary other 448 448 * functions before using change_termios to do the actual changes. 449 449 * 450 450 * Locking:
+1 -1
drivers/ide/ide-tape.c
··· 565 565 * The following parameter is used to select the point in the internal 566 566 * tape fifo in which we will start to refill the buffer. Decreasing 567 567 * the following parameter will improve the system's latency and 568 - * interactive response, while using a high value might improve sytem 568 + * interactive response, while using a high value might improve system 569 569 * throughput. 570 570 */ 571 571 #define IDETAPE_FIFO_THRESHOLD 2
+2 -2
drivers/ide/pci/it821x.c
··· 95 95 96 96 /* 97 97 * We allow users to force the card into non raid mode without 98 - * flashing the alternative BIOS. This is also neccessary right now 98 + * flashing the alternative BIOS. This is also necessary right now 99 99 * for embedded platforms that cannot run a PC BIOS but are using this 100 100 * device. 101 101 */ ··· 564 564 565 565 /* 566 566 * Not in the docs but according to the reference driver 567 - * this is neccessary. 567 + * this is necessary. 568 568 */ 569 569 570 570 pci_read_config_byte(hwif->pci_dev, 0x08, &conf);
+1 -1
drivers/ide/pci/siimage.c
··· 26 26 * 27 27 * If you have strange problems with nVidia chipset systems please 28 28 * see the SI support documentation and update your system BIOS 29 - * if neccessary 29 + * if necessary 30 30 * 31 31 * The Dell DRAC4 has some interesting features including effectively hot 32 32 * unplugging/replugging the virtual CD interface when the DRAC is reset.
+1 -1
drivers/md/dm-crypt.c
··· 112 112 * Different IV generation algorithms: 113 113 * 114 114 * plain: the initial vector is the 32-bit little-endian version of the sector 115 - * number, padded with zeros if neccessary. 115 + * number, padded with zeros if necessary. 116 116 * 117 117 * essiv: "encrypted sector|salt initial vector", the sector number is 118 118 * encrypted with the bulk cipher using a salt as key. The salt
+1 -1
drivers/media/dvb/bt8xx/bt878.c
··· 280 280 if (!(astat = (stat & mask))) 281 281 return IRQ_NONE; /* this interrupt is not for me */ 282 282 /* dprintk("bt878(%d) debug: irq count %d, stat 0x%8.8x, mask 0x%8.8x\n",bt->nr,count,stat,mask); */ 283 - btwrite(astat, BT878_AINT_STAT); /* try to clear interupt condition */ 283 + btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ 284 284 285 285 286 286 if (astat & (BT878_ASCERR | BT878_AOCERR)) {
+1 -1
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
··· 128 128 struct dvb_frontend* fe; 129 129 }; 130 130 131 - /* ugly workaround ... don't know why it's neccessary to read */ 131 + /* ugly workaround ... don't know why it's necessary to read */ 132 132 /* all result codes. */ 133 133 134 134 #define DEBUG 0
+11 -11
drivers/media/video/bt8xx/bttv-cards.c
··· 4709 4709 * 4710 4710 * The board hardwire Y0 (xpoint) to MUX1 and MUXOUT to Yin. 4711 4711 * GPIO pins are wired as: 4712 - * GPIO[0:3] - AX[0:3] (xpoint) - P1[0:3] (microcontroler) 4713 - * GPIO[4:6] - AY[0:2] (xpoint) - P1[4:6] (microcontroler) 4714 - * GPIO[7] - DATA (xpoint) - P1[7] (microcontroler) 4715 - * GPIO[8] - - P3[5] (microcontroler) 4716 - * GPIO[9] - RESET (xpoint) - P3[6] (microcontroler) 4717 - * GPIO[10] - STROBE (xpoint) - P3[7] (microcontroler) 4718 - * GPINTR - - P3[4] (microcontroler) 4712 + * GPIO[0:3] - AX[0:3] (xpoint) - P1[0:3] (microcontroller) 4713 + * GPIO[4:6] - AY[0:2] (xpoint) - P1[4:6] (microcontroller) 4714 + * GPIO[7] - DATA (xpoint) - P1[7] (microcontroller) 4715 + * GPIO[8] - - P3[5] (microcontroller) 4716 + * GPIO[9] - RESET (xpoint) - P3[6] (microcontroller) 4717 + * GPIO[10] - STROBE (xpoint) - P3[7] (microcontroller) 4718 + * GPINTR - - P3[4] (microcontroller) 4719 4719 * 4720 - * The microcontroler is a 80C32 like. It should be possible to change xpoint 4721 - * configuration either directly (as we are doing) or using the microcontroler 4720 + * The microcontroller is a 80C32 like. It should be possible to change xpoint 4721 + * configuration either directly (as we are doing) or using the microcontroller 4722 4722 * which is also wired to I2C interface. I have no further info on the 4723 - * microcontroler features, one would need to disassembly the firmware. 4723 + * microcontroller features, one would need to disassembly the firmware. 4724 4724 * note: the vendor refused to give any information on this product, all 4725 4725 * that stuff was found using a multimeter! :) 4726 4726 */ ··· 4788 4788 * The analog switch is controlled by the "master", but the detection order 4789 4789 * of the four BT878A chips is in an order which I just don't understand. 4790 4790 * The "master" is actually the second controller to be detected. The 4791 - * logic on the board uses logical numbers for the 4 controlers, but 4791 + * logic on the board uses logical numbers for the 4 controllers, but 4792 4792 * those numbers are different from the detection sequence. When working 4793 4793 * with the analog switch, we need to "map" from the detection sequence 4794 4794 * over to the board's logical controller number. This mapping sequence
+1 -1
drivers/media/video/em28xx/em28xx-video.c
··· 907 907 908 908 /* stop io in case it is already in progress */ 909 909 if (dev->stream == STREAM_ON) { 910 - em28xx_videodbg("VIDIOC_SET_FMT: interupting stream\n"); 910 + em28xx_videodbg("VIDIOC_SET_FMT: interrupting stream\n"); 911 911 if ((ret = em28xx_stream_interrupt(dev))) 912 912 return ret; 913 913 }
+1 -1
drivers/misc/sony-laptop.c
··· 277 277 static DECLARE_WORK(sony_laptop_release_key_work, 278 278 do_sony_laptop_release_key); 279 279 280 - /* forward event to the input subsytem */ 280 + /* forward event to the input subsystem */ 281 281 static void sony_laptop_report_input_event(u8 event) 282 282 { 283 283 struct input_dev *jog_dev = sony_laptop_input.jog_dev;
+1 -1
drivers/net/amd8111e.c
··· 1111 1111 1112 1112 return new_stats; 1113 1113 } 1114 - /* This function recalculate the interupt coalescing mode on every interrupt 1114 + /* This function recalculate the interrupt coalescing mode on every interrupt 1115 1115 according to the datarate and the packet rate. 1116 1116 */ 1117 1117 static int amd8111e_calc_coalesce(struct net_device *dev)
+1 -1
drivers/net/au1000_eth.c
··· 542 542 static int num_ifs; 543 543 544 544 /* 545 - * Setup the base address and interupt of the Au1xxx ethernet macs 545 + * Setup the base address and interrupt of the Au1xxx ethernet macs 546 546 * based on cpu type and whether the interface is enabled in sys_pinfunc 547 547 * register. The last interface is enabled if SYS_PF_NI2 (bit 4) is 0. 548 548 */
+1 -1
drivers/net/bonding/bond_sysfs.c
··· 55 55 static struct class *netdev_class; 56 56 /*--------------------------- Data Structures -----------------------------*/ 57 57 58 - /* Bonding sysfs lock. Why can't we just use the subsytem lock? 58 + /* Bonding sysfs lock. Why can't we just use the subsystem lock? 59 59 * Because kobject_register tries to acquire the subsystem lock. If 60 60 * we already hold the lock (which we would if the user was creating 61 61 * a new bond through the sysfs interface), we deadlock.
+1 -1
drivers/net/e100.c
··· 1324 1324 if (!--counter) break; 1325 1325 } 1326 1326 1327 - /* ack any interupts, something could have been set */ 1327 + /* ack any interrupts, something could have been set */ 1328 1328 iowrite8(~0, &nic->csr->scb.stat_ack); 1329 1329 1330 1330 /* if the command failed, or is not OK, notify and return */
+1 -1
drivers/net/irda/donauboe.c
··· 595 595 OUTB ((physaddr >> 18) & 0xff, OBOE_RING_BASE1); 596 596 OUTB ((physaddr >> 26) & 0x3f, OBOE_RING_BASE2); 597 597 598 - /*Enable DMA controler in byte mode and RX */ 598 + /*Enable DMA controller in byte mode and RX */ 599 599 OUTB (CONFIG0H_DMA_ON, OBOE_CONFIG0H); 600 600 601 601 /* Start up the clocks */
+1 -1
drivers/net/smc911x.c
··· 1223 1223 } 1224 1224 #endif 1225 1225 1226 - /* Handle PHY interupt condition */ 1226 + /* Handle PHY interrupt condition */ 1227 1227 if (status & INT_STS_PHY_INT_) { 1228 1228 DBG(SMC_DEBUG_MISC, "%s: PHY irq\n", dev->name); 1229 1229 smc911x_phy_interrupt(dev);
+1 -1
drivers/net/spider_net.c
··· 1639 1639 1640 1640 /** 1641 1641 * spider_net_interrupt - interrupt handler for spider_net 1642 - * @irq: interupt number 1642 + * @irq: interrupt number 1643 1643 * @ptr: pointer to net_device 1644 1644 * @regs: PU registers 1645 1645 *
+2 -2
drivers/net/tc35815.c
··· 1654 1654 panic_queues(dev); 1655 1655 } 1656 1656 #endif 1657 - /* pass BD to controler */ 1657 + /* pass BD to controller */ 1658 1658 #ifndef TC35815_USE_PACKEDBUFFER 1659 1659 if (!lp->rx_skbs[curid].skb) { 1660 1660 lp->rx_skbs[curid].skb = ··· 1694 1694 } 1695 1695 #endif 1696 1696 for (i = 0; i < (bd_count + 1) / 2 + 1; i++) { 1697 - /* pass FD to controler */ 1697 + /* pass FD to controller */ 1698 1698 #ifdef DEBUG 1699 1699 lp->rfd_cur->fd.FDNext = cpu_to_le32(0xdeaddead); 1700 1700 #else
+1 -1
drivers/net/via-velocity.c
··· 1648 1648 * 1649 1649 * Scan the queues looking for transmitted packets that 1650 1650 * we can complete and clean up. Update any statistics as 1651 - * neccessary/ 1651 + * necessary/ 1652 1652 */ 1653 1653 1654 1654 static int velocity_tx_srv(struct velocity_info *vptr, u32 status)
+1 -1
drivers/s390/block/dasd_3990_erp.c
··· 2001 2001 switch (sense[28]) { 2002 2002 case 0x17: 2003 2003 /* issue a Diagnostic Control command with an 2004 - * Inhibit Write subcommand and controler modifier */ 2004 + * Inhibit Write subcommand and controller modifier */ 2005 2005 erp = dasd_3990_erp_DCTL(erp, 0x20); 2006 2006 break; 2007 2007
+1 -1
drivers/s390/char/sclp_cpi.c
··· 157 157 sclp_ascebc_str(evb->system_name, CPI_LENGTH_SYSTEM_NAME); 158 158 EBC_TOUPPER(evb->system_name, CPI_LENGTH_SYSTEM_NAME); 159 159 160 - /* set sytem level */ 160 + /* set system level */ 161 161 evb->system_level = LINUX_VERSION_CODE; 162 162 163 163 /* set sysplex name */
+1 -1
drivers/scsi/aacraid/aacraid.h
··· 1526 1526 __le32 capacityhigh; 1527 1527 }; 1528 1528 1529 - #define FSCS_NOTCLEAN 0x0001 /* fsck is neccessary before mounting */ 1529 + #define FSCS_NOTCLEAN 0x0001 /* fsck is necessary before mounting */ 1530 1530 #define FSCS_READONLY 0x0002 /* possible result of broken mirror */ 1531 1531 #define FSCS_HIDDEN 0x0004 /* should be ignored - set during a clear */ 1532 1532
+1 -1
drivers/scsi/aic7xxx/cam.h
··· 48 48 CAM_REQ_ABORTED, /* CCB request aborted by the host */ 49 49 CAM_UA_ABORT, /* Unable to abort CCB request */ 50 50 CAM_REQ_CMP_ERR, /* CCB request completed with an error */ 51 - CAM_BUSY, /* CAM subsytem is busy */ 51 + CAM_BUSY, /* CAM subsystem is busy */ 52 52 CAM_REQ_INVALID, /* CCB request was invalid */ 53 53 CAM_PATH_INVALID, /* Supplied Path ID is invalid */ 54 54 CAM_SEL_TIMEOUT, /* Target Selection Timeout */
+3 -3
drivers/scsi/dc395x.c
··· 1808 1808 irqreturn_t handled = IRQ_NONE; 1809 1809 1810 1810 /* 1811 - * Check for pending interupt 1811 + * Check for pending interrupt 1812 1812 */ 1813 1813 scsi_status = DC395x_read16(acb, TRM_S1040_SCSI_STATUS); 1814 1814 dma_status = DC395x_read8(acb, TRM_S1040_DMA_STATUS); 1815 1815 if (scsi_status & SCSIINTERRUPT) { 1816 - /* interupt pending - let's process it! */ 1816 + /* interrupt pending - let's process it! */ 1817 1817 dc395x_handle_interrupt(acb, scsi_status); 1818 1818 handled = IRQ_HANDLED; 1819 1819 } ··· 4579 4579 if (acb->config & HCC_SCSI_RESET) 4580 4580 reset_scsi_bus(acb); 4581 4581 4582 - /* clear any pending interupt state */ 4582 + /* clear any pending interrupt state */ 4583 4583 DC395x_read8(acb, TRM_S1040_SCSI_INTSTATUS); 4584 4584 } 4585 4585
+1 -1
drivers/scsi/megaraid/megaraid_mbox.c
··· 427 427 * @id : pci device id of the class of controllers 428 428 * 429 429 * This routine should be called whenever a new adapter is detected by the 430 - * PCI hotplug susbsytem. 430 + * PCI hotplug susbsystem. 431 431 */ 432 432 static int __devinit 433 433 megaraid_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
+1 -1
drivers/scsi/qla4xxx/ql4_init.c
··· 1006 1006 * qla4xxx_start_firmware - starts qla4xxx firmware 1007 1007 * @ha: Pointer to host adapter structure. 1008 1008 * 1009 - * This routine performs the neccessary steps to start the firmware for 1009 + * This routine performs the necessary steps to start the firmware for 1010 1010 * the QLA4010 adapter. 1011 1011 **/ 1012 1012 static int qla4xxx_start_firmware(struct scsi_qla_host *ha)
+1 -1
drivers/scsi/sd.c
··· 676 676 * success as well). Returns a negated errno value in case of error. 677 677 * 678 678 * Note: most ioctls are forward onto the block subsystem or further 679 - * down in the scsi subsytem. 679 + * down in the scsi subsystem. 680 680 **/ 681 681 static int sd_ioctl(struct inode * inode, struct file * filp, 682 682 unsigned int cmd, unsigned long arg)
+1 -1
drivers/spi/mpc52xx_psc_spi.c
··· 181 181 } 182 182 183 183 184 - /* enable interupts and wait for wake up 184 + /* enable interrupts and wait for wake up 185 185 * if just one byte is expected the Rx FIFO genererates no 186 186 * FFULL interrupt, so activate the RxRDY interrupt 187 187 */
+1 -1
drivers/usb/host/ehci-hub.c
··· 451 451 452 452 /* Some boards (mostly VIA?) report bogus overcurrent indications, 453 453 * causing massive log spam unless we completely ignore them. It 454 - * may be relevant that VIA VT8235 controlers, where PORT_POWER is 454 + * may be relevant that VIA VT8235 controllers, where PORT_POWER is 455 455 * always set, seem to clear PORT_OCC and PORT_CSC when writing to 456 456 * PORT_POWER; that's surprising, but maybe within-spec. 457 457 */
+1 -1
drivers/usb/host/sl811-hcd.c
··· 1556 1556 hcd->power_budget = sl811->board->power * 2; 1557 1557 } 1558 1558 1559 - /* enable power and interupts */ 1559 + /* enable power and interrupts */ 1560 1560 port_power(sl811, 1); 1561 1561 1562 1562 return 0;
+1 -1
fs/jfs/jfs_dtree.c
··· 773 773 getChild: 774 774 /* update max. number of pages to split */ 775 775 if (BT_STACK_FULL(btstack)) { 776 - /* Something's corrupted, mark filesytem dirty so 776 + /* Something's corrupted, mark filesystem dirty so 777 777 * chkdsk will fix it. 778 778 */ 779 779 jfs_error(sb, "stack overrun in dtSearch!");
+1 -1
fs/ocfs2/dcache.c
··· 376 376 * directory locks. The dentries have already been deleted on other 377 377 * nodes via ocfs2_remote_dentry_delete(). 378 378 * 379 - * Normally, the VFS handles the d_move() for the file sytem, after 379 + * Normally, the VFS handles the d_move() for the file system, after 380 380 * the ->rename() callback. OCFS2 wants to handle this internally, so 381 381 * the new lock can be created atomically with respect to the cluster. 382 382 */
+1 -1
fs/reiserfs/super.c
··· 319 319 320 320 /* to protect file being unlinked from getting lost we "safe" link files 321 321 being unlinked. This link will be deleted in the same transaction with last 322 - item of file. mounting the filesytem we scan all these links and remove 322 + item of file. mounting the filesystem we scan all these links and remove 323 323 files which almost got lost */ 324 324 void add_save_link(struct reiserfs_transaction_handle *th, 325 325 struct inode *inode, int truncate)
+2 -2
fs/super.c
··· 417 417 } 418 418 419 419 /* 420 - * Call the ->sync_fs super_op against all filesytems which are r/w and 420 + * Call the ->sync_fs super_op against all filesystems which are r/w and 421 421 * which implement it. 422 422 * 423 423 * This operation is careful to avoid the livelock which could easily happen ··· 425 425 * is used only here. We set it against all filesystems and then clear it as 426 426 * we sync them. So redirtied filesystems are skipped. 427 427 * 428 - * But if process A is currently running sync_filesytems and then process B 428 + * But if process A is currently running sync_filesystems and then process B 429 429 * calls sync_filesystems as well, process B will set all the s_need_sync_fs 430 430 * flags again, which will cause process A to resync everything. Fix that with 431 431 * a local mutex.
+1 -1
include/asm-arm/dma-mapping.h
··· 401 401 * 402 402 * On the SA-1111, a bug limits DMA to only certain regions of RAM. 403 403 * On the IXP425, the PCI inbound window is 64MB (256MB total RAM) 404 - * On some ADI engineering sytems, PCI inbound window is 32MB (12MB total RAM) 404 + * On some ADI engineering systems, PCI inbound window is 32MB (12MB total RAM) 405 405 * 406 406 * The following are helper functions used by the dmabounce subystem 407 407 *
+1 -1
include/asm-mips/pci/bridge.h
··· 538 538 BRIDGE_ISR_PMU_ESIZE_FAULT) 539 539 540 540 /* 541 - * List of Errors which are fatal and kill the sytem 541 + * List of Errors which are fatal and kill the system 542 542 */ 543 543 #define BRIDGE_ISR_ERROR_FATAL \ 544 544 ((BRIDGE_ISR_XTALK_ERROR & ~BRIDGE_ISR_XREAD_REQ_TIMEOUT)|\
+1 -1
include/asm-sh/se7751.h
··· 36 36 #define PA_LED 0xba000000 /* LED */ 37 37 #define PA_BCR 0xbb000000 /* FPGA on the MS7751SE01 */ 38 38 39 - #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controler */ 39 + #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controller */ 40 40 #define PA_MRSHPC_MW1 0xb8400000 /* MR-SHPC-01 memory window base */ 41 41 #define PA_MRSHPC_MW2 0xb8500000 /* MR-SHPC-01 attribute window base */ 42 42 #define PA_MRSHPC_IO 0xb8600000 /* MR-SHPC-01 I/O window base */
+1 -1
include/asm-sh/systemh7751.h
··· 36 36 #define PA_LED 0xba000000 /* LED */ 37 37 #define PA_BCR 0xbb000000 /* FPGA on the MS7751SE01 */ 38 38 39 - #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controler */ 39 + #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controller */ 40 40 #define PA_MRSHPC_MW1 0xb8400000 /* MR-SHPC-01 memory window base */ 41 41 #define PA_MRSHPC_MW2 0xb8500000 /* MR-SHPC-01 attribute window base */ 42 42 #define PA_MRSHPC_IO 0xb8600000 /* MR-SHPC-01 I/O window base */
+1 -1
include/linux/ipmi_smi.h
··· 118 118 /* Enable/disable firmware maintenance mode. Note that this 119 119 is *not* the modes defined, this is simply an on/off 120 120 setting. The message handler does the mode handling. Note 121 - that this is called from interupt context, so it cannot 121 + that this is called from interrupt context, so it cannot 122 122 block. */ 123 123 void (*set_maintenance_mode)(void *send_info, int enable); 124 124
+1 -1
kernel/hrtimer.c
··· 412 412 /* 413 413 * When the callback is running, we do not reprogram the clock event 414 414 * device. The timer callback is either running on a different CPU or 415 - * the callback is executed in the hrtimer_interupt context. The 415 + * the callback is executed in the hrtimer_interrupt context. The 416 416 * reprogramming is handled either by the softirq, which called the 417 417 * callback or at the end of the hrtimer_interrupt. 418 418 */
+2 -2
kernel/sched.c
··· 5146 5146 } 5147 5147 5148 5148 /* 5149 - * Figure out where task on dead CPU should go, use force if neccessary. 5149 + * Figure out where task on dead CPU should go, use force if necessary. 5150 5150 * NOTE: interrupts should be disabled by the caller 5151 5151 */ 5152 5152 static void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p) ··· 5525 5525 5526 5526 case CPU_ONLINE: 5527 5527 case CPU_ONLINE_FROZEN: 5528 - /* Strictly unneccessary, as first user will wake it. */ 5528 + /* Strictly unnecessary, as first user will wake it. */ 5529 5529 wake_up_process(cpu_rq(cpu)->migration_thread); 5530 5530 break; 5531 5531
+1 -1
kernel/taskstats.c
··· 263 263 264 264 stats->version = TASKSTATS_VERSION; 265 265 /* 266 - * Accounting subsytems can also add calls here to modify 266 + * Accounting subsystems can also add calls here to modify 267 267 * fields of taskstats. 268 268 */ 269 269 return rc;
+1 -1
lib/kobject_uevent.c
··· 126 126 else 127 127 subsystem = kobject_name(&kset->kobj); 128 128 if (!subsystem) { 129 - pr_debug("unset subsytem caused the event to drop!\n"); 129 + pr_debug("unset subsystem caused the event to drop!\n"); 130 130 return 0; 131 131 } 132 132
+1 -1
net/irda/discovery.c
··· 202 202 /* Drop the spinlock before calling the higher layers, as 203 203 * we can't guarantee they won't call us back and create a 204 204 * deadlock. We will work on our own private data, so we 205 - * don't care to be interupted. - Jean II */ 205 + * don't care to be interrupted. - Jean II */ 206 206 spin_unlock_irqrestore(&log->hb_spinlock, flags); 207 207 208 208 if(buffer == NULL)
+1 -1
net/iucv/iucv.c
··· 389 389 * iucv_declare_cpu 390 390 * @data: unused 391 391 * 392 - * Declare a interupt buffer on this cpu. 392 + * Declare a interrupt buffer on this cpu. 393 393 */ 394 394 static void iucv_declare_cpu(void *data) 395 395 {
+1 -1
net/netfilter/xt_CONNMARK.c
··· 23 23 #include <linux/ip.h> 24 24 #include <net/checksum.h> 25 25 26 - MODULE_AUTHOR("Henrik Nordstrom <hno@marasytems.com>"); 26 + MODULE_AUTHOR("Henrik Nordstrom <hno@marasystems.com>"); 27 27 MODULE_DESCRIPTION("IP tables CONNMARK matching module"); 28 28 MODULE_LICENSE("GPL"); 29 29 MODULE_ALIAS("ipt_CONNMARK");
+1 -1
net/netfilter/xt_connmark.c
··· 25 25 #include <linux/netfilter/x_tables.h> 26 26 #include <linux/netfilter/xt_connmark.h> 27 27 28 - MODULE_AUTHOR("Henrik Nordstrom <hno@marasytems.com>"); 28 + MODULE_AUTHOR("Henrik Nordstrom <hno@marasystems.com>"); 29 29 MODULE_DESCRIPTION("IP tables connmark match module"); 30 30 MODULE_LICENSE("GPL"); 31 31 MODULE_ALIAS("ipt_connmark");
+1 -1
net/sched/em_meta.c
··· 55 55 * ppp0..9. 56 56 * 57 57 * NOTE: Certain meta values depend on other subsystems and are 58 - * only available if that subsytem is enabled in the kernel. 58 + * only available if that subsystem is enabled in the kernel. 59 59 */ 60 60 61 61 #include <linux/module.h>
+4 -4
sound/core/seq/seq_midi_emul.c
··· 71 71 * such as GM, GS and XG. 72 72 * There modes that this module will run in are: 73 73 * Generic MIDI - no interpretation at all, it will just save current values 74 - * of controlers etc. 74 + * of controllers etc. 75 75 * GM - You can use all gm_ prefixed elements of chan. Controls, RPN, NRPN, 76 76 * SysEx will be interpreded as defined in General Midi. 77 77 * GS - You can use all gs_ prefixed elements of chan. Codes for GS will be ··· 176 176 ev->data.control.value); 177 177 break; 178 178 case SNDRV_SEQ_EVENT_NONREGPARAM: 179 - /* Break it back into its controler values */ 179 + /* Break it back into its controller values */ 180 180 chan->param_type = SNDRV_MIDI_PARAM_TYPE_NONREGISTERED; 181 181 chan->control[MIDI_CTL_MSB_DATA_ENTRY] 182 182 = (ev->data.control.value >> 7) & 0x7f; ··· 189 189 nrpn(ops, drv, chan, chanset); 190 190 break; 191 191 case SNDRV_SEQ_EVENT_REGPARAM: 192 - /* Break it back into its controler values */ 192 + /* Break it back into its controller values */ 193 193 chan->param_type = SNDRV_MIDI_PARAM_TYPE_REGISTERED; 194 194 chan->control[MIDI_CTL_MSB_DATA_ENTRY] 195 195 = (ev->data.control.value >> 7) & 0x7f; ··· 267 267 } 268 268 269 269 /* 270 - * Do all driver independent operations for this controler and pass 270 + * Do all driver independent operations for this controller and pass 271 271 * events that need to take place immediately to the driver. 272 272 */ 273 273 static void
+1 -1
sound/drivers/opl3/opl3_midi.c
··· 808 808 } 809 809 810 810 /* 811 - * Deal with a controler type event. This includes all types of 811 + * Deal with a controller type event. This includes all types of 812 812 * control events, not just the midi controllers 813 813 */ 814 814 void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan)
+2 -2
sound/isa/es18xx.c
··· 623 623 (snd_pcm_format_width(runtime->format) == 16 ? 0x04 : 0x00) | 624 624 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); 625 625 626 - /* Set DMA controler */ 626 + /* Set DMA controller */ 627 627 snd_dma_program(chip->dma1, runtime->dma_addr, size, DMA_MODE_READ | DMA_AUTOINIT); 628 628 629 629 return 0; ··· 689 689 (snd_pcm_format_width(runtime->format) == 16 ? 0x04 : 0x00) | 690 690 (snd_pcm_format_unsigned(runtime->format) ? 0x00 : 0x20)); 691 691 692 - /* Set DMA controler */ 692 + /* Set DMA controller */ 693 693 snd_dma_program(chip->dma1, runtime->dma_addr, size, DMA_MODE_WRITE | DMA_AUTOINIT); 694 694 695 695 return 0;
+4 -4
sound/mips/au1x00.c
··· 498 498 int i; 499 499 500 500 spin_lock(&au1000->ac97_lock); 501 - /* would rather use the interupt than this polling but it works and I can't 502 - get the interupt driven case to work efficiently */ 501 + /* would rather use the interrupt than this polling but it works and I can't 502 + get the interrupt driven case to work efficiently */ 503 503 for (i = 0; i < 0x5000; i++) 504 504 if (!(au1000->ac97_ioport->status & AC97C_CP)) 505 505 break; ··· 535 535 int i; 536 536 537 537 spin_lock(&au1000->ac97_lock); 538 - /* would rather use the interupt than this polling but it works and I can't 539 - get the interupt driven case to work efficiently */ 538 + /* would rather use the interrupt than this polling but it works and I can't 539 + get the interrupt driven case to work efficiently */ 540 540 for (i = 0; i < 0x5000; i++) 541 541 if (!(au1000->ac97_ioport->status & AC97C_CP)) 542 542 break;
+1 -1
sound/pci/au88x0/au88x0.c
··· 191 191 192 192 /* Init audio core. 193 193 * This must be done before we do request_irq otherwise we can get spurious 194 - * interupts that we do not handle properly and make a mess of things */ 194 + * interrupts that we do not handle properly and make a mess of things */ 195 195 if ((err = vortex_core_init(chip)) != 0) { 196 196 printk(KERN_ERR "hw core init failed\n"); 197 197 goto core_out;
+1 -1
sound/soc/soc-core.c
··· 264 264 } 265 265 266 266 /* 267 - * Power down the audio subsytem pmdown_time msecs after close is called. 267 + * Power down the audio subsystem pmdown_time msecs after close is called. 268 268 * This is to ensure there are no pops or clicks in between any music tracks 269 269 * due to DAPM power cycling. 270 270 */
+1 -1
sound/soc/soc-dapm.c
··· 24 24 * o Automatic Mic Bias support 25 25 * o Jack insertion power event initiation - e.g. hp insertion will enable 26 26 * sinks, dacs, etc 27 - * o Delayed powerdown of audio susbsytem to reduce pops between a quick 27 + * o Delayed powerdown of audio susbsystem to reduce pops between a quick 28 28 * device reopen. 29 29 * 30 30 * Todo:
+1 -1
sound/synth/emux/emux_synth.c
··· 317 317 318 318 319 319 /* 320 - * Deal with a controler type event. This includes all types of 320 + * Deal with a controller type event. This includes all types of 321 321 * control events, not just the midi controllers 322 322 */ 323 323 void