···584584#define R300_RE_FOG_START 0x4298585585586586/* Not sure why there are duplicate of factor and constant values.587587- * My best guess so far is that there are seperate zbiases for test and write.587587+ * My best guess so far is that there are separate zbiases for test and write.588588 * Ordering might be wrong.589589 * Some of the tests indicate that fgl has a fallback implementation of zbias590590 * via pixel shaders.
+1-1
drivers/char/drm/via_dma.c
···400400}401401402402/*403403- * This function is used internally by ring buffer mangement code.403403+ * This function is used internally by ring buffer management code.404404 *405405 * Returns virtual pointer to ring buffer.406406 */
+1-1
drivers/char/efirtc.c
···1818 *1919 * NOTES:2020 * - Locking is required for safe execution of EFI calls with regards2121- * to interrrupts and SMP.2121+ * to interrupts and SMP.2222 *2323 * TODO (December 1999):2424 * - provide the API to set/get the WakeUp Alarm (different from the
+2-2
drivers/char/epca.c
···17971797 res |= cflag & ((CBAUD ^ CBAUDEX) | PARODD | PARENB | CSTOPB | CSIZE);17981798 /*17991799 * This gets a little confusing. The Digi cards have their own18001800- * representation of c_cflags controling baud rate. For the most part18001800+ * representation of c_cflags controlling baud rate. For the most part18011801 * this is identical to the Linux implementation. However; Digi18021802 * supports one rate (76800) that Linux doesn't. This means that the18031803 * c_cflag entry that would normally mean 76800 for Digi actually means···20682068 {20692069 /*20702070 * This call is made by the apps to complete the20712071- * initilization of the board(s). This routine is20712071+ * initialization of the board(s). This routine is20722072 * responsible for setting the card to its initial20732073 * state and setting the drivers control fields to the20742074 * sutianle settings for the card in question.
+1-1
drivers/char/hangcheck-timer.c
···2626 * The hangcheck-timer driver uses the TSC to catch delays that2727 * jiffies does not notice. A timer is set. When the timer fires, it2828 * checks whether it was delayed and if that delay exceeds a given2929- * margin of error. The hangcheck_tick module paramter takes the timer2929+ * margin of error. The hangcheck_tick module parameter takes the timer3030 * duration in seconds. The hangcheck_margin parameter defines the3131 * margin of error, in seconds. The defaults are 60 seconds for the3232 * timer and 180 seconds for the margin of error. IOW, a timer is set
+1-1
drivers/char/hvcs.c
···838838 if (!hvcsd)839839 return -ENODEV;840840841841- /* By this time the vty-server won't be getting any more interrups */841841+ /* By this time the vty-server won't be getting any more interrupts */842842843843 spin_lock_irqsave(&hvcsd->lock, flags);844844
+1-1
drivers/char/ip2/i2lib.c
···661661 if (!in_interrupt()) {662662 schedule_timeout_interruptible(1); // short nap663663 } else {664664- // we cannot sched/sleep in interrrupt silly664664+ // we cannot sched/sleep in interrupt silly665665 return 0; 666666 }667667 if (signal_pending(current)) {
+1-1
drivers/char/ip2/ip2main.c
···1251125112521252 // Just polled boards, IRQ = 0 will hit all non-interrupt boards.12531253 // It will NOT poll boards handled by hard interrupts.12541254- // The issue of queued BH interrups is handled in ip2_interrupt().12541254+ // The issue of queued BH interrupts is handled in ip2_interrupt().12551255 ip2_polled_interrupt();1256125612571257 PollTimer.expires = POLL_TIMEOUT;
+1-1
drivers/char/synclink.c
···1544154415451545/* mgsl_isr_misc()15461546 * 15471547- * Service a miscellaneos interrupt source.15471547+ * Service a miscellaneous interrupt source.15481548 * 15491549 * Arguments: info pointer to device extension (instance data)15501550 * Return Value: None
+1-1
drivers/char/toshiba.c
···505505 if (tosh_probe())506506 return -ENODEV;507507508508- printk(KERN_INFO "Toshiba System Managment Mode driver v" TOSH_VERSION "\n");508508+ printk(KERN_INFO "Toshiba System Management Mode driver v" TOSH_VERSION "\n");509509510510 /* set the port to use for Fn status if not specified as a parameter */511511 if (tosh_fn==0x00)