projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d854c
)
watchdog: WatchDog Timer Driver Core: fix comment
author
Fabio Porcedda
<fabio.porcedda@gmail.com>
Fri, 5 Oct 2012 10:16:09 +0000
(12:16 +0200)
committer
Wim Van Sebroeck
<wim@iguana.be>
Wed, 19 Dec 2012 21:24:55 +0000
(22:24 +0100)
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
include/linux/watchdog.h
patch
|
blob
|
history
diff --git
a/include/linux/watchdog.h
b/include/linux/watchdog.h
index 87490ac4bd87c72909aa8171e12ec8381af54f8c..3a9df2f43be642a7cbad15f678ef29c7f85f27e5 100644
(file)
--- 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 *);