tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWN
authorColin Ian King <colin.king@canonical.com>
Wed, 18 Apr 2018 11:35:28 +0000 (12:35 +0100)
committerGreg 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

index b57b350..bf05946 100644 (file)
@@ -155,7 +155,7 @@ enum card_type {
 
 /* Initialization states a card can be in */
 enum card_state {
-       NOZOMI_STATE_UKNOWN     = 0,
+       NOZOMI_STATE_UNKNOWN    = 0,
        NOZOMI_STATE_ENABLED    = 1,    /* pci device enabled */
        NOZOMI_STATE_ALLOCATED  = 2,    /* config setup done */
        NOZOMI_STATE_READY      = 3,    /* flowcontrols received */