mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 08:03:00 -04:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits) tree-wide: fix misspelling of "definition" in comments reiserfs: fix misspelling of "journaled" doc: Fix a typo in slub.txt. inotify: remove superfluous return code check hdlc: spelling fix in find_pvc() comment doc: fix regulator docs cut-and-pasteism mtd: Fix comment in Kconfig doc: Fix IRQ chip docs tree-wide: fix assorted typos all over the place drivers/ata/libata-sff.c: comment spelling fixes fix typos/grammos in Documentation/edac.txt sysctl: add missing comments fs/debugfs/inode.c: fix comment typos sgivwfb: Make use of ARRAY_SIZE. sky2: fix sky2_link_down copy/paste comment error tree-wide: fix typos "couter" -> "counter" tree-wide: fix typos "offest" -> "offset" fix kerneldoc for set_irq_msi() spidev: fix double "of of" in comment comment typo fix: sybsystem -> subsystem ...
This commit is contained in:
@@ -955,7 +955,7 @@ static int __init hp_sdc_init_hppa(struct parisc_device *d)
|
||||
INIT_DELAYED_WORK(&moduleloader_work, request_module_delayed);
|
||||
|
||||
ret = hp_sdc_init();
|
||||
/* after sucessfull initialization give SDC some time to settle
|
||||
/* after successfull initialization give SDC some time to settle
|
||||
* and then load the hp_sdc_mlc upper layer driver */
|
||||
if (!ret)
|
||||
schedule_delayed_work(&moduleloader_work,
|
||||
|
||||
@@ -125,7 +125,7 @@ static void hp_sdc_mlc_isr (int irq, void *dev_id,
|
||||
break;
|
||||
|
||||
default:
|
||||
printk(KERN_WARNING PREFIX "Unkown HIL Error status (%x)!\n", data);
|
||||
printk(KERN_WARNING PREFIX "Unknown HIL Error status (%x)!\n", data);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
#define ATMEL_WM97XX_AC97C_IRQ (29)
|
||||
#define ATMEL_WM97XX_GPIO_DEFAULT (32+16) /* Pin 16 on port B. */
|
||||
#else
|
||||
#error Unkown CPU, this driver only supports AT32AP700X CPUs.
|
||||
#error Unknown CPU, this driver only supports AT32AP700X CPUs.
|
||||
#endif
|
||||
|
||||
struct continuous {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*
|
||||
* Notes:
|
||||
* This is a wm97xx extended touch driver to capture touch
|
||||
* data in a continuous manner on the Intel XScale archictecture
|
||||
* data in a continuous manner on the Intel XScale architecture
|
||||
*
|
||||
* Features:
|
||||
* - codecs supported:- WM9705, WM9712, WM9713
|
||||
@@ -131,7 +131,7 @@ static int wm97xx_acc_pen_down(struct wm97xx *wm)
|
||||
/* When the AC97 queue has been drained we need to allow time
|
||||
* to buffer up samples otherwise we end up spinning polling
|
||||
* for samples. The controller can't have a suitably low
|
||||
* threashold set to use the notifications it gives.
|
||||
* threshold set to use the notifications it gives.
|
||||
*/
|
||||
schedule_timeout_uninterruptible(1);
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ static int wm97xx_acc_pen_down(struct wm97xx *wm)
|
||||
/* When the AC97 queue has been drained we need to allow time
|
||||
* to buffer up samples otherwise we end up spinning polling
|
||||
* for samples. The controller can't have a suitably low
|
||||
* threashold set to use the notifications it gives.
|
||||
* threshold set to use the notifications it gives.
|
||||
*/
|
||||
msleep(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user