2016-12-05 12:18:32

by Corentin Labbe

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
include/linux/mfd/axp20x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h
index 476eb64..73ab982 100644
--- a/include/linux/mfd/axp20x.h
+++ b/include/linux/mfd/axp20x.h
@@ -605,7 +605,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
*
--
2.7.3


2016-12-08 02:03:04

by Chen-Yu Tsai

[permalink] [raw]
Subject: Re: [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation

On Mon, Dec 5, 2016 at 8:15 PM, Corentin Labbe
<[email protected]> wrote:
> 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 <[email protected]>

Acked-by: Chen-Yu Tsai <[email protected]>