projects
/
GitHub
/
moto-9609
/
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:
b3b6615
)
mfd: axp20x: Correct a typo in axp20x_device_remove documentation
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Mon, 5 Dec 2016 12:15:28 +0000
(13:15 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 13 Feb 2017 09:29:40 +0000
(09:29 +0000)
The documentation of axp20x_device_remove() have a typo and use
axp20x_device_probe() as name. This patch fix this typo.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/axp20x.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mfd/axp20x.h
b/include/linux/mfd/axp20x.h
index 812806d6319b5f1e1e40404e01ebcdc73df6a2aa..39f1da18c9175c53da4066146d1386dc0cb6b132 100644
(file)
--- a/
include/linux/mfd/axp20x.h
+++ b/
include/linux/mfd/axp20x.h
@@
-582,7
+582,7
@@
int axp20x_match_device(struct axp20x_dev *axp20x);
int axp20x_device_probe(struct axp20x_dev *axp20x);
/**
- * axp20x_device_
prob
e(): Remove a axp20x device
+ * axp20x_device_
remov
e(): Remove a axp20x device
*
* @axp20x: axp20x device to remove
*