Skip to content

Commit ae2a006

Browse files
AxelLinWim Van Sebroeck
authored andcommitted
watchdog: gef_wdt: fix MODULE_ALIAS
Remove the space between "platform:" prefix and the driver name. Signed-off-by: Axel Lin <[email protected]> Acked-by: Martyn Welch <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent e376fd6 commit ae2a006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/gef_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ MODULE_AUTHOR("Martyn Welch <[email protected]>");
329329
MODULE_DESCRIPTION("GE watchdog driver");
330330
MODULE_LICENSE("GPL");
331331
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
332-
MODULE_ALIAS("platform: gef_wdt");
332+
MODULE_ALIAS("platform:gef_wdt");

0 commit comments

Comments
 (0)