tree-wide: fix assorted typos all over the place
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
972b94ffb9
commit
af901ca181
@@ -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