diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2016-02-05 16:32:56 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-03-16 11:50:24 +0300 |
commit | f4bcf5a29d57fe515b8eb6c612090376086b5f79 (patch) | |
tree | 45d6e5b83fc29f1ac69102b020c4a60ba60ded61 /include/linux/mfd/cros_ec.h | |
parent | f4d34c94ff287f999c420de6facf1b7524b918c0 (diff) | |
download | linux-f4bcf5a29d57fe515b8eb6c612090376086b5f79.tar.xz |
mfd: cros_ec: Small kerneldoc fix
s/cros_ec_register/cros_ec_query_all
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/cros_ec.h')
-rw-r--r-- | include/linux/mfd/cros_ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h index 494682ce4bf3..a677c2bd485c 100644 --- a/include/linux/mfd/cros_ec.h +++ b/include/linux/mfd/cros_ec.h @@ -245,7 +245,7 @@ int cros_ec_remove(struct cros_ec_device *ec_dev); int cros_ec_register(struct cros_ec_device *ec_dev); /** - * cros_ec_register - Query the protocol version supported by the ChromeOS EC + * cros_ec_query_all - Query the protocol version supported by the ChromeOS EC * * @ec_dev: Device to register * @return 0 if ok, -ve on error |