提交 cf68d855 编写于 作者: U Uwe Kleine-König 提交者: Greg Kroah-Hartman

driver-core: platform: fix typo in documentation for multi-driver helper

The function name in the documentation lacked an 's'. Add it.

Fixes: dbe2256d ("driver-core: platform: Provide helpers for multi-driver modules")
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4877bb91
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册