public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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