mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-07 20:09:05 +00:00
driver-core: platform: fix typo in documentation for multi-driver helper
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> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4877bb9178
commit
cf68d85529
@ -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
|
point will be unregistered in reverse order. Note that there is a convenience
|
||||||
macro that passes THIS_MODULE as owner parameter:
|
macro that passes THIS_MODULE as owner parameter:
|
||||||
|
|
||||||
#define platform_register_driver(drivers, count)
|
#define platform_register_drivers(drivers, count)
|
||||||
|
|
||||||
|
|
||||||
Device Enumeration
|
Device Enumeration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user