Skip to content

Commit

Permalink
USB: ohci-jz4740: Fix spelling in MODULE_ALIAS
Browse files Browse the repository at this point in the history
platfrom -> platform

Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Stefan Weil authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent 793b623 commit 1c0a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ohci-jz4740.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ static struct platform_driver ohci_hcd_jz4740_driver = {
},
};

MODULE_ALIAS("platfrom:jz4740-ohci");
MODULE_ALIAS("platform:jz4740-ohci");

0 comments on commit 1c0a380

Please sign in to comment.