2010-11-07 21:14:51

by Stefan Weil

[permalink] [raw]
Subject: [PATCH] Fix spelling in MODULE_ALIAS

platfrom -> platform

Cc: David Brownell <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Stefan Weil <[email protected]>
---
drivers/usb/host/ohci-jz4740.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c
index 10e1872..931d588 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");
--
1.7.2.3


2010-11-10 21:40:45

by Jesper Juhl

[permalink] [raw]
Subject: Re: [PATCH] Fix spelling in MODULE_ALIAS

On Sun, 7 Nov 2010, Stefan Weil wrote:

> platfrom -> platform
>
> Cc: David Brownell <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Stefan Weil <[email protected]>
> ---
> drivers/usb/host/ohci-jz4740.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c
> index 10e1872..931d588 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");
>

Looks fine to me.

Reviewed-by: Jesper Juhl <[email protected]>


--
Jesper Juhl <[email protected]> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.