1
0
Fork 0

tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWN

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>
hifive-unleashed-5.1
Colin Ian King 2018-04-18 12:35:28 +01:00 committed by Greg Kroah-Hartman
parent 13eac05b05
commit 4405898da9
1 changed files with 1 additions and 1 deletions

View 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 */