* [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation
@ 2016-12-05 12:15 Corentin Labbe
2016-12-08 2:02 ` Chen-Yu Tsai
2017-01-03 16:36 ` Lee Jones
0 siblings, 2 replies; 3+ messages in thread
From: Corentin Labbe @ 2016-12-05 12:15 UTC (permalink / raw)
To: lee.jones, wens; +Cc: linux-kernel, Corentin Labbe
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>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation
2016-12-05 12:15 [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation Corentin Labbe
@ 2016-12-08 2:02 ` Chen-Yu Tsai
2017-01-03 16:36 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Chen-Yu Tsai @ 2016-12-08 2:02 UTC (permalink / raw)
To: Corentin Labbe; +Cc: Lee Jones, Chen-Yu Tsai, linux-kernel
On Mon, Dec 5, 2016 at 8:15 PM, Corentin Labbe
<clabbe.montjoie@gmail.com> 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 <clabbe.montjoie@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation
2016-12-05 12:15 [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation Corentin Labbe
2016-12-08 2:02 ` Chen-Yu Tsai
@ 2017-01-03 16:36 ` Lee Jones
1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2017-01-03 16:36 UTC (permalink / raw)
To: Corentin Labbe; +Cc: wens, linux-kernel
On Mon, 05 Dec 2016, Corentin Labbe 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 <clabbe.montjoie@gmail.com>
> ---
> include/linux/mfd/axp20x.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> 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
> *
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-03 16:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 12:15 [PATCH] mfd: axp20x: correct a typo in axp20x_device_remove documentation Corentin Labbe
2016-12-08 2:02 ` Chen-Yu Tsai
2017-01-03 16:36 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox