Commit 34a23327 authored by Corentin Labbe's avatar Corentin Labbe Committed by Lee Jones

mfd: axp20x: Correct a typo in axp20x_device_remove documentation

The documentation of axp20x_device_remove() have a typo and use
axp20x_device_probe() as name. This patch fix this typo.
Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent b3b66158
......@@ -582,7 +582,7 @@ int axp20x_match_device(struct axp20x_dev *axp20x);
int axp20x_device_probe(struct axp20x_dev *axp20x);
/**
* axp20x_device_probe(): Remove a axp20x device
* axp20x_device_remove(): Remove a axp20x device
*
* @axp20x: axp20x device to remove
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment