diff options
author | Carlos E. Garcia <carlos@cgarcia.org> | 2015-04-24 09:40:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 09:23:58 +0200 |
commit | 69e98df78271a71b688706dccf2ad4544d63a274 (patch) | |
tree | 9069247b55f4a9249a8980cf02d447b7e820fe43 /drivers/staging/dgnc | |
parent | 02eb884f4e26a8649724fdf236822d371998f2bb (diff) | |
download | blackbird-obmc-linux-69e98df78271a71b688706dccf2ad4544d63a274.tar.gz blackbird-obmc-linux-69e98df78271a71b688706dccf2ad4544d63a274.zip |
Staging: fixed multiple spelling errors.
Fixed multiple spelling errors.
Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r-- | drivers/staging/dgnc/TODO | 6 | ||||
-rw-r--r-- | drivers/staging/dgnc/dgnc_neo.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO index 2b2c6ea03c61..0e0825bd70ae 100644 --- a/drivers/staging/dgnc/TODO +++ b/drivers/staging/dgnc/TODO @@ -1,9 +1,9 @@ * checkpatch fixes -* remove unecessary comments -* remove unecessary error messages. Example kzalloc() has its +* remove unnecessary comments +* remove unnecessary error messages. Example kzalloc() has its own error message. Adding an extra one is useless. * use goto statements for error handling when appropriate -* there is a lot of unecessary code in the driver. It was +* there is a lot of unnecessary code in the driver. It was originally a standalone driver. Remove uneeded code. Please send patches to Greg Kroah-Hartman <greg@kroah.com> and diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index f5a4d365115f..631240850bca 100644 --- a/drivers/staging/dgnc/dgnc_neo.c +++ b/drivers/staging/dgnc/dgnc_neo.c @@ -1203,7 +1203,7 @@ static void neo_copy_data_from_uart_to_queue(struct channel_t *ch) memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, n); /* - * Since RX_FIFO_DATA_ERROR was 0, we are guarenteed + * Since RX_FIFO_DATA_ERROR was 0, we are guaranteed * that all the data currently in the FIFO is free of * breaks and parity/frame/orun errors. */ |