[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1327339596-3503-1-git-send-email-standby24x7@gmail.com>
Date: Tue, 24 Jan 2012 02:26:36 +0900
From: Masanari Iida <standby24x7@...il.com>
To: linuxppc-dev@...ts.ozlabs.org, benh@...nel.crashing.org
Cc: standby24x7@...il.com, trivial@...nel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] [trivial] macintosh: Fix typo in mediabay.c
Fix typo "unsuported" to "unsupported" in
drivers/machintosh/mediabay.c
Signed-off-by: Masanari Iida<standby24x7@...il.com>
---
drivers/macintosh/mediabay.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/macintosh/mediabay.c b/drivers/macintosh/mediabay.c
index 2fd435b..831d751 100644
--- a/drivers/macintosh/mediabay.c
+++ b/drivers/macintosh/mediabay.c
@@ -356,7 +356,7 @@ static void poll_media_bay(struct media_bay_info* bay)
static char *mb_content_types[] = {
"a floppy drive",
"a floppy drive",
- "an unsuported audio device",
+ "an unsupported audio device",
"an ATA device",
"an unsupported PCI device",
"an unknown device",
--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists