From: Corentin Labbe Date: Mon, 5 Dec 2016 12:15:28 +0000 (+0100) Subject: mfd: axp20x: Correct a typo in axp20x_device_remove documentation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=34a23327697d558a582e356573d7d36773996fbb;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Acked-by: Chen-Yu Tsai Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 812806d6319b..39f1da18c917 100644 --- 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_probe(): Remove a axp20x device + * axp20x_device_remove(): Remove a axp20x device * * @axp20x: axp20x device to remove *