Skip to content

Commit

Permalink
macintosh: Fix typo in mediabay.c
Browse files Browse the repository at this point in the history
Fix typo "unsuported" to "unsupported" in
drivers/machintosh/mediabay.c

Signed-off-by: Masanari Iida<standby24x7@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Masanari Iida authored and Benjamin Herrenschmidt committed Feb 27, 2012
1 parent 0a167e0 commit 6d45584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/macintosh/mediabay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6d45584

Please sign in to comment.