Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1268667 > unrolled thread
| Started by | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |
|---|---|
| First post | 2015-11-13 08:50 +0100 |
| Last post | 2015-11-13 18:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] driver-core: platform: fix typo in documentation for multi-driver helper Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2015-11-13 08:50 +0100
Re: [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper Thierry Reding <treding@nvidia.com> - 2015-11-13 18:30 +0100
| From | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |
|---|---|
| Date | 2015-11-13 08:50 +0100 |
| Subject | [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper |
| Message-ID | <quhho-3uW-1@gated-at.bofh.it> |
The function name in the documentation lacked an 's'. Add it.
Fixes: dbe2256ddd8e ("driver-core: platform: Provide helpers for multi-driver modules")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Documentation/driver-model/platform.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-model/platform.txt b/Documentation/driver-model/platform.txt
index e456696cfef2..9d9e47dfc013 100644
--- a/Documentation/driver-model/platform.txt
+++ b/Documentation/driver-model/platform.txt
@@ -75,7 +75,7 @@ If one of the drivers fails to register, all drivers registered up to that
point will be unregistered in reverse order. Note that there is a convenience
macro that passes THIS_MODULE as owner parameter:
- #define platform_register_driver(drivers, count)
+ #define platform_register_drivers(drivers, count)
Device Enumeration
--
2.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Thierry Reding <treding@nvidia.com> |
|---|---|
| Date | 2015-11-13 18:30 +0100 |
| Subject | Re: [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper |
| Message-ID | <quqkF-UL-1@gated-at.bofh.it> |
| In reply to | #1268667 |
[Multipart message — attachments visible in raw view] — view raw
On Fri, Nov 13, 2015 at 08:45:14AM +0100, Uwe Kleine-König wrote:
> The function name in the documentation lacked an 's'. Add it.
>
> Fixes: dbe2256ddd8e ("driver-core: platform: Provide helpers for multi-driver modules")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Documentation/driver-model/platform.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I have the same patch in my tree and wanted to send it out as part of
the 20-something patches I have that make use of the new function. In
any case, if Greg wants to pick this up separately:
Acked-by: Thierry Reding <treding@nvidia.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web