]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: axp20x: Correct a typo in axp20x_device_remove documentation
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Mon, 5 Dec 2016 12:15:28 +0000 (13:15 +0100)
committerLee 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

index 812806d6319b5f1e1e40404e01ebcdc73df6a2aa..39f1da18c9175c53da4066146d1386dc0cb6b132 100644 (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
  *