projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d34c9
)
mfd: cros_ec: Small kerneldoc fix
author
Tomeu Vizoso
<tomeu.vizoso@collabora.com>
Fri, 5 Feb 2016 13:32:56 +0000
(14:32 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 16 Mar 2016 08:50:24 +0000
(08:50 +0000)
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>
include/linux/mfd/cros_ec.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mfd/cros_ec.h
b/include/linux/mfd/cros_ec.h
index 494682ce4bf38b2c308dae7ad4e0bf1cab600495..a677c2bd485c4a847af791535d0a71e5b140ed26 100644
(file)
--- 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