* [PATCH] regmap: align documentation in comment with code
@ 2019-09-20 16:31 Ahmad Fatoum
2019-09-23 6:52 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2019-09-20 16:31 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
dev_get_regmap has some copy-paste left-over in the comment.
Rectify this.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/base/regmap/regmap.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c
index d2f8ec70e439..dc7b4f276f31 100644
--- a/drivers/base/regmap/regmap.c
+++ b/drivers/base/regmap/regmap.c
@@ -65,7 +65,7 @@ struct regmap *regmap_init(struct device_d *dev,
}
/*
- * regmap_init - initialize and register a regmap
+ * dev_get_regmap - get a regmap from a device
*
* @dev: The device the maps is attached to
* @name: Optional name for the map. If given it must match.
@@ -406,4 +406,4 @@ void regmap_exit(struct regmap *map)
}
free(map);
-}
\ No newline at end of file
+}
--
2.23.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] regmap: align documentation in comment with code
2019-09-20 16:31 [PATCH] regmap: align documentation in comment with code Ahmad Fatoum
@ 2019-09-23 6:52 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-09-23 6:52 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Fri, Sep 20, 2019 at 06:31:44PM +0200, Ahmad Fatoum wrote:
> dev_get_regmap has some copy-paste left-over in the comment.
> Rectify this.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-23 6:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 16:31 [PATCH] regmap: align documentation in comment with code Ahmad Fatoum
2019-09-23 6:52 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox