diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2012-07-04 12:24:51 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-10 17:58:35 -0400 |
commit | 7cb1ba9b679afe5fc335205fd6fb25fd3e51e33a (patch) | |
tree | e549d901a9cbc19781702a253a118c18c02c21ec | |
parent | d242a0afb2e5bf1db83c6a0504e55addef425e61 (diff) |
mei: mei_wd_host_init: update the comment
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/mei/wd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c index 325d26f29746..0a893389f6cb 100644 --- a/drivers/misc/mei/wd.c +++ b/drivers/misc/mei/wd.c | |||
@@ -53,11 +53,12 @@ static void mei_wd_set_start_timeout(struct mei_device *dev, u16 timeout) | |||
53 | } | 53 | } |
54 | 54 | ||
55 | /** | 55 | /** |
56 | * host_init_wd - mei initialization wd. | 56 | * mei_wd_host_init - connect to the watchdog client |
57 | * | 57 | * |
58 | * @dev: the device structure | 58 | * @dev: the device structure |
59 | * returns -ENENT if wd client cannot be found | 59 | * returns -ENENT if wd client cannot be found |
60 | * -EIO if write has failed | 60 | * -EIO if write has failed |
61 | * 0 on success | ||
61 | */ | 62 | */ |
62 | int mei_wd_host_init(struct mei_device *dev) | 63 | int mei_wd_host_init(struct mei_device *dev) |
63 | { | 64 | { |