Commit ec16f3df authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

macintosh: fix string typo in mediabay.c

Fix typo "unsuported" to "unsupported" in
drivers/machintosh/mediabay.c

Signed-off-by: Masanari Iida<standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 64f3e70b
...@@ -356,7 +356,7 @@ static void poll_media_bay(struct media_bay_info* bay) ...@@ -356,7 +356,7 @@ static void poll_media_bay(struct media_bay_info* bay)
static char *mb_content_types[] = { static char *mb_content_types[] = {
"a floppy drive", "a floppy drive",
"a floppy drive", "a floppy drive",
"an unsuported audio device", "an unsupported audio device",
"an ATA device", "an ATA device",
"an unsupported PCI device", "an unsupported PCI device",
"an unknown device", "an unknown device",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment