diff options
author | Tamseel Shams <m.shams@samsung.com> | 2020-06-17 12:59:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-27 13:46:09 +0200 |
commit | c89511f61c34aa8e52055fc704cee09c8e459dee (patch) | |
tree | 4bb18c8c90aac4d601470eea04880708a1b3beb1 /drivers/tty/serial/samsung_tty.c | |
parent | serial: samsung: Minor whitespace cleanups (diff) | |
download | linux-c89511f61c34aa8e52055fc704cee09c8e459dee.tar.xz linux-c89511f61c34aa8e52055fc704cee09c8e459dee.zip |
serial: samsung: fix spelling mistake
There is a spelling mistake in a comment. Fix it.
Signed-off-by: Tamseel Shams <m.shams@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20200617105907.7143-1-m.shams@samsung.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/samsung_tty.c')
-rw-r--r-- | drivers/tty/serial/samsung_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c index 7be9579216b8..8ed3482d2e1e 100644 --- a/drivers/tty/serial/samsung_tty.c +++ b/drivers/tty/serial/samsung_tty.c @@ -6,7 +6,7 @@ * http://armlinux.simtec.co.uk/ */ -/* Hote on 2410 error handling +/* Note on 2410 error handling * * The s3c2410 manual has a love/hate affair with the contents of the * UERSTAT register in the UART blocks, and keeps marking some of the |