From: Stefan Weil Date: Sun, 7 Nov 2010 21:14:31 +0000 (+0100) Subject: USB: ohci-jz4740: Fix spelling in MODULE_ALIAS X-Git-Tag: firefly_0821_release~9833^2~79^2^2~86 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=65911244d034e743bd36f6bab2610d2097e82da0;p=firefly-linux-kernel-4.4.55.git USB: ohci-jz4740: Fix spelling in MODULE_ALIAS commit 1c0a38038e8fcfaa6b5a81d53a4898f3f939f582 upstream. platfrom -> platform Cc: David Brownell Signed-off-by: Stefan Weil Reviewed-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c index 10e1872f3ab9..931d588c3fb5 100644 --- a/drivers/usb/host/ohci-jz4740.c +++ b/drivers/usb/host/ohci-jz4740.c @@ -273,4 +273,4 @@ static struct platform_driver ohci_hcd_jz4740_driver = { }, }; -MODULE_ALIAS("platfrom:jz4740-ohci"); +MODULE_ALIAS("platform:jz4740-ohci");