diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-22 09:29:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 18:44:13 +0200 |
commit | e709e7fe495fcd3ae5e7fdb438368c11de6348e5 (patch) | |
tree | 90b3cf4ec7fbb4c8b504feb05eff14ea4eb7408b | |
parent | ac5d6d869c053e0b9c6d375742fc0135358297aa (diff) | |
download | linux-e709e7fe495fcd3ae5e7fdb438368c11de6348e5.tar.bz2 |
staging: mt7621-mmc: fix spelling mistake: "Illgal" -> "Illegal"
Trivial fix to another spelling mistake in N_MSG message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/mt7621-mmc/sd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c index 11bf4b4c3403..648a2dd1436e 100644 --- a/drivers/staging/mt7621-mmc/sd.c +++ b/drivers/staging/mt7621-mmc/sd.c @@ -388,7 +388,7 @@ static void msdc_dump_io_resp(struct msdc_host *host, u32 resp) if (flags & (1 << 7)) N_MSG(RSP, "[IO] COM_CRC_ERR"); if (flags & (1 << 6)) - N_MSG(RSP, "[IO] Illgal command"); + N_MSG(RSP, "[IO] Illegal command"); if (flags & (1 << 3)) N_MSG(RSP, "[IO] Error"); if (flags & (1 << 2)) |