public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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