mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
driver-core: platform: fix typo in documentation for multi-driver helper
The function name in the documentation lacked an 's'. Add it.
Fixes: dbe2256ddd
("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
|
||||
macro that passes THIS_MODULE as owner parameter:
|
||||
|
||||
#define platform_register_driver(drivers, count)
|
||||
#define platform_register_drivers(drivers, count)
|
||||
|
||||
|
||||
Device Enumeration
|
||||
|
Loading…
Reference in New Issue
Block a user