Skip to content

Commit

Permalink
net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Apr 19, 2018
1 parent 565020a commit 5e84b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/caif/chnl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static void chnl_flowctrl_cb(struct cflayer *layr, enum caif_ctrlcmd flow,
flow == CAIF_CTRLCMD_DEINIT_RSP ? "CLOSE/DEINIT" :
flow == CAIF_CTRLCMD_INIT_FAIL_RSP ? "OPEN_FAIL" :
flow == CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND ?
"REMOTE_SHUTDOWN" : "UKNOWN CTRL COMMAND");
"REMOTE_SHUTDOWN" : "UNKNOWN CTRL COMMAND");



Expand Down

0 comments on commit 5e84b38

Please sign in to comment.