[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180522082922.5538-1-colin.king@canonical.com>
Date: Tue, 22 May 2018 09:29:22 +0100
From: Colin King <colin.king@...onical.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Christian Lütke-Stetzkamp <christian@...mp.de>,
NeilBrown <neil@...wn.name>, devel@...verdev.osuosl.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: mt7621-mmc: fix spelling mistake: "Illgal" -> "Illegal"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to another spelling mistake in N_MSG message text
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/staging/mt7621-mmc/sd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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))
--
2.17.0
Powered by blists - more mailing lists