From: Fabio Porcedda Date: Fri, 5 Oct 2012 10:16:09 +0000 (+0200) Subject: watchdog: WatchDog Timer Driver Core: fix comment X-Git-Tag: v5.15~20960^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf13a84d174947df4bb809edfb4887393642303e;p=platform%2Fkernel%2Flinux-starfive.git watchdog: WatchDog Timer Driver Core: fix comment Signed-off-by: Fabio Porcedda Signed-off-by: Wim Van Sebroeck --- diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h index 87490ac..3a9df2f 100644 --- a/include/linux/watchdog.h +++ b/include/linux/watchdog.h @@ -129,7 +129,7 @@ static inline void *watchdog_get_drvdata(struct watchdog_device *wdd) return wdd->driver_data; } -/* drivers/watchdog/core/watchdog_core.c */ +/* drivers/watchdog/watchdog_core.c */ extern int watchdog_register_device(struct watchdog_device *); extern void watchdog_unregister_device(struct watchdog_device *);