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:
@@ -361,9 +361,9 @@ static const struct pnp_device_id pnp_dev_table[] = {
|
||||
{ "LTS0001", 0 },
|
||||
/* Rockwell's (PORALiNK) 33600 INT PNP */
|
||||
{ "WCI0003", 0 },
|
||||
/* Unkown PnP modems */
|
||||
/* Unknown PnP modems */
|
||||
{ "PNPCXXX", UNKNOWN_DEV },
|
||||
/* More unkown PnP modems */
|
||||
/* More unknown PnP modems */
|
||||
{ "PNPDXXX", UNKNOWN_DEV },
|
||||
{ "", 0 }
|
||||
};
|
||||
|
||||
@@ -73,7 +73,7 @@ static inline struct uart_pmac_port *pmz_get_port_A(struct uart_pmac_port *uap)
|
||||
}
|
||||
|
||||
/*
|
||||
* Register acessors. Note that we don't need to enforce a recovery
|
||||
* Register accessors. Note that we don't need to enforce a recovery
|
||||
* delay on PCI PowerMac hardware, it's dealt in HW by the MacIO chip,
|
||||
* though if we try to use this driver on older machines, we might have
|
||||
* to add it back
|
||||
|
||||
@@ -313,7 +313,7 @@ static void qe_uart_stop_tx(struct uart_port *port)
|
||||
* This function will attempt to stuff of all the characters from the
|
||||
* kernel's transmit buffer into TX BDs.
|
||||
*
|
||||
* A return value of non-zero indicates that it sucessfully stuffed all
|
||||
* A return value of non-zero indicates that it successfully stuffed all
|
||||
* characters from the kernel buffer.
|
||||
*
|
||||
* A return value of zero indicates that there are still characters in the
|
||||
|
||||
Reference in New Issue
Block a user