public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper
@ 2015-11-13  7:45 Uwe Kleine-König
  2015-11-13 17:26 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2015-11-13  7:45 UTC (permalink / raw)
  To: Thierry Reding, Greg Kroah-Hartman; +Cc: linux-doc, linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper
  2015-11-13  7:45 [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper Uwe Kleine-König
@ 2015-11-13 17:26 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2015-11-13 17:26 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Greg Kroah-Hartman, linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

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>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-13 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13  7:45 [PATCH] driver-core: platform: fix typo in documentation for multi-driver helper Uwe Kleine-König
2015-11-13 17:26 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox