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

drivers/char/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Joe Perches and committed by
Adrian Bunk
8dfba4d7 b92b1c57

+11 -11
+1 -1
drivers/char/drm/r300_reg.h
··· 584 584 #define R300_RE_FOG_START 0x4298 585 585 586 586 /* Not sure why there are duplicate of factor and constant values. 587 - * My best guess so far is that there are seperate zbiases for test and write. 587 + * My best guess so far is that there are separate zbiases for test and write. 588 588 * Ordering might be wrong. 589 589 * Some of the tests indicate that fgl has a fallback implementation of zbias 590 590 * via pixel shaders.
+1 -1
drivers/char/drm/via_dma.c
··· 400 400 } 401 401 402 402 /* 403 - * This function is used internally by ring buffer mangement code. 403 + * This function is used internally by ring buffer management code. 404 404 * 405 405 * Returns virtual pointer to ring buffer. 406 406 */
+1 -1
drivers/char/efirtc.c
··· 18 18 * 19 19 * NOTES: 20 20 * - Locking is required for safe execution of EFI calls with regards 21 - * to interrrupts and SMP. 21 + * to interrupts and SMP. 22 22 * 23 23 * TODO (December 1999): 24 24 * - provide the API to set/get the WakeUp Alarm (different from the
+2 -2
drivers/char/epca.c
··· 1797 1797 res |= cflag & ((CBAUD ^ CBAUDEX) | PARODD | PARENB | CSTOPB | CSIZE); 1798 1798 /* 1799 1799 * This gets a little confusing. The Digi cards have their own 1800 - * representation of c_cflags controling baud rate. For the most part 1800 + * representation of c_cflags controlling baud rate. For the most part 1801 1801 * this is identical to the Linux implementation. However; Digi 1802 1802 * supports one rate (76800) that Linux doesn't. This means that the 1803 1803 * c_cflag entry that would normally mean 76800 for Digi actually means ··· 2068 2068 { 2069 2069 /* 2070 2070 * This call is made by the apps to complete the 2071 - * initilization of the board(s). This routine is 2071 + * initialization of the board(s). This routine is 2072 2072 * responsible for setting the card to its initial 2073 2073 * state and setting the drivers control fields to the 2074 2074 * sutianle settings for the card in question.
+1 -1
drivers/char/hangcheck-timer.c
··· 26 26 * The hangcheck-timer driver uses the TSC to catch delays that 27 27 * jiffies does not notice. A timer is set. When the timer fires, it 28 28 * checks whether it was delayed and if that delay exceeds a given 29 - * margin of error. The hangcheck_tick module paramter takes the timer 29 + * margin of error. The hangcheck_tick module parameter takes the timer 30 30 * duration in seconds. The hangcheck_margin parameter defines the 31 31 * margin of error, in seconds. The defaults are 60 seconds for the 32 32 * timer and 180 seconds for the margin of error. IOW, a timer is set
+1 -1
drivers/char/hvcs.c
··· 838 838 if (!hvcsd) 839 839 return -ENODEV; 840 840 841 - /* By this time the vty-server won't be getting any more interrups */ 841 + /* By this time the vty-server won't be getting any more interrupts */ 842 842 843 843 spin_lock_irqsave(&hvcsd->lock, flags); 844 844
+1 -1
drivers/char/ip2/i2lib.c
··· 661 661 if (!in_interrupt()) { 662 662 schedule_timeout_interruptible(1); // short nap 663 663 } else { 664 - // we cannot sched/sleep in interrrupt silly 664 + // we cannot sched/sleep in interrupt silly 665 665 return 0; 666 666 } 667 667 if (signal_pending(current)) {
+1 -1
drivers/char/ip2/ip2main.c
··· 1251 1251 1252 1252 // Just polled boards, IRQ = 0 will hit all non-interrupt boards. 1253 1253 // It will NOT poll boards handled by hard interrupts. 1254 - // The issue of queued BH interrups is handled in ip2_interrupt(). 1254 + // The issue of queued BH interrupts is handled in ip2_interrupt(). 1255 1255 ip2_polled_interrupt(); 1256 1256 1257 1257 PollTimer.expires = POLL_TIMEOUT;
+1 -1
drivers/char/synclink.c
··· 1544 1544 1545 1545 /* mgsl_isr_misc() 1546 1546 * 1547 - * Service a miscellaneos interrupt source. 1547 + * Service a miscellaneous interrupt source. 1548 1548 * 1549 1549 * Arguments: info pointer to device extension (instance data) 1550 1550 * Return Value: None
+1 -1
drivers/char/toshiba.c
··· 505 505 if (tosh_probe()) 506 506 return -ENODEV; 507 507 508 - printk(KERN_INFO "Toshiba System Managment Mode driver v" TOSH_VERSION "\n"); 508 + printk(KERN_INFO "Toshiba System Management Mode driver v" TOSH_VERSION "\n"); 509 509 510 510 /* set the port to use for Fn status if not specified as a parameter */ 511 511 if (tosh_fn==0x00)