All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable"
@ 2018-05-18 10:03 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-18 10:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Christian Lütke-Stetzkamp, NeilBrown, devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in N_MSG message text

Signed-off-by: Colin Ian King <colin.king@canonical.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 ddac4ce6457b..11bf4b4c3403 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -2032,7 +2032,7 @@ static void msdc_enable_cd_irq(struct msdc_host *host, int enable)
 		return;
 	}
 
-	N_MSG(CFG, "CD IRQ Eanable(%d)", enable);
+	N_MSG(CFG, "CD IRQ Enable(%d)", enable);
 
 	if (enable) {
 		/* card detection circuit relies on the core power so that the core power
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable"
@ 2018-05-18 10:03 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-18 10:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Christian Lütke-Stetzkamp, NeilBrown, devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in N_MSG message text

Signed-off-by: Colin Ian King <colin.king@canonical.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 ddac4ce6457b..11bf4b4c3403 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -2032,7 +2032,7 @@ static void msdc_enable_cd_irq(struct msdc_host *host, int enable)
 		return;
 	}
 
-	N_MSG(CFG, "CD IRQ Eanable(%d)", enable);
+	N_MSG(CFG, "CD IRQ Enable(%d)", enable);
 
 	if (enable) {
 		/* card detection circuit relies on the core power so that the core power
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] staging: mt7621-mmc: fix spelling mistake: "Illgal" -> "Illegal"
  2018-05-18 10:03 ` Colin King
@ 2018-05-22  8:29 ` Colin King
  -1 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-22  8:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Christian Lütke-Stetzkamp, NeilBrown, devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to another spelling mistake in N_MSG message text

Signed-off-by: Colin Ian King <colin.king@canonical.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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] staging: mt7621-mmc: fix spelling mistake: "Illgal" -> "Illegal"
@ 2018-05-22  8:29 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-22  8:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Christian Lütke-Stetzkamp, NeilBrown, devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to another spelling mistake in N_MSG message text

Signed-off-by: Colin Ian King <colin.king@canonical.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-22  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 10:03 [PATCH] staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable" Colin King
2018-05-18 10:03 ` Colin King
2018-05-22  8:29 [PATCH] staging: mt7621-mmc: fix spelling mistake: "Illgal" -> "Illegal" Colin King
2018-05-22  8:29 ` Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.