macintosh: Fix 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
0a167e0a5c
commit
6d45584fdc
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue