projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13eac05
)
tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWN
author
Colin Ian King
<colin.king@canonical.com>
Wed, 18 Apr 2018 11:35:28 +0000
(12:35 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 08:57:06 +0000
(10:57 +0200)
Rename NOZOMI_STATE_UKNOWN to NOZOMI_STATE_UNKNOWN (add missing N)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/nozomi.c
patch
|
blob
|
history
diff --git
a/drivers/tty/nozomi.c
b/drivers/tty/nozomi.c
index
b57b350
..
bf05946
100644
(file)
--- a/
drivers/tty/nozomi.c
+++ b/
drivers/tty/nozomi.c
@@
-155,7
+155,7
@@
enum card_type {
/* Initialization states a card can be in */
enum card_state {
- NOZOMI_STATE_U
KNOWN
= 0,
+ NOZOMI_STATE_U
NKNOWN
= 0,
NOZOMI_STATE_ENABLED = 1, /* pci device enabled */
NOZOMI_STATE_ALLOCATED = 2, /* config setup done */
NOZOMI_STATE_READY = 3, /* flowcontrols received */