Re: [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS

From: Martyn Welch
Date: Mon Jun 27 2011 - 10:57:16 EST


On 27/06/11 15:37, Axel Lin wrote:
> Remove the space between "platform:" prefix and the driver name.
>
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>

Acked-by: Martyn Welch <martyn.welch@xxxxxx>

> ---
> drivers/watchdog/gef_wdt.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/watchdog/gef_wdt.c b/drivers/watchdog/gef_wdt.c
> index 29a7cd4..b146082 100644
> --- a/drivers/watchdog/gef_wdt.c
> +++ b/drivers/watchdog/gef_wdt.c
> @@ -329,4 +329,4 @@ MODULE_AUTHOR("Martyn Welch <martyn.welch@xxxxxx>");
> MODULE_DESCRIPTION("GE watchdog driver");
> MODULE_LICENSE("GPL");
> MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
> -MODULE_ALIAS("platform: gef_wdt");
> +MODULE_ALIAS("platform:gef_wdt");


--
Martyn Welch (Principal Software Engineer) | Registered in England and
GE Intelligent Platforms | Wales (3828642) at 100
T +44(0)127322748 | Barbirolli Square, Manchester,
E martyn.welch@xxxxxx | M2 3AB VAT:GB 927559189
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/