* [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS
@ 2011-06-27 14:37 Axel Lin
2011-06-27 14:57 ` Martyn Welch
2011-06-28 8:08 ` Wim Van Sebroeck
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-06-27 14:37 UTC (permalink / raw)
To: linux-kernel; +Cc: Martyn Welch, Wim Van Sebroeck, linux-watchdog
Remove the space between "platform:" prefix and the driver name.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
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@ge.com>");
MODULE_DESCRIPTION("GE watchdog driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
-MODULE_ALIAS("platform: gef_wdt");
+MODULE_ALIAS("platform:gef_wdt");
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS
2011-06-27 14:37 [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS Axel Lin
@ 2011-06-27 14:57 ` Martyn Welch
2011-06-28 8:08 ` Wim Van Sebroeck
1 sibling, 0 replies; 3+ messages in thread
From: Martyn Welch @ 2011-06-27 14:57 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Wim Van Sebroeck, linux-watchdog
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@gmail.com>
Acked-by: Martyn Welch <martyn.welch@ge.com>
> ---
> 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@ge.com>");
> 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@ge.com | M2 3AB VAT:GB 927559189
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS
2011-06-27 14:37 [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS Axel Lin
2011-06-27 14:57 ` Martyn Welch
@ 2011-06-28 8:08 ` Wim Van Sebroeck
1 sibling, 0 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2011-06-28 8:08 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Martyn Welch, linux-watchdog
Hi Axel,
> Remove the space between "platform:" prefix and the driver name.
>
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Added to linux-2.6-watchdog-next for final testing.
Will go upsteam with other fixes this week.
Kind regards,
Wim.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-28 8:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 14:37 [PATCH] watchdog: gef_wdt: fix MODULE_ALIAS Axel Lin
2011-06-27 14:57 ` Martyn Welch
2011-06-28 8:08 ` Wim Van Sebroeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox