Skip to content

Commit

Permalink
watchdog: WatchDog Timer Driver Core: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Fabio Porcedda authored and Wim Van Sebroeck committed Dec 19, 2012
1 parent 50d854c commit cf13a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/watchdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down

0 comments on commit cf13a84

Please sign in to comment.