1
0
Fork 0

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: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
hifive-unleashed-5.1
Corentin Labbe 2016-12-05 13:15:28 +01:00 committed by Lee Jones
parent b3b6615851
commit 34a2332769
1 changed files with 1 additions and 1 deletions

View File

@ -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
*