Skip to content

Commit

Permalink
driver-core: platform: fix typo in documentation for multi-driver helper
Browse files Browse the repository at this point in the history
The function name in the documentation lacked an 's'. Add it.

Fixes: dbe2256 ("driver-core: platform: Provide helpers for multi-driver modules")
Signed-off-by: Uwe Kleine-König <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Uwe Kleine-König authored and gregkh committed Feb 10, 2016
1 parent 4877bb9 commit cf68d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-model/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf68d85

Please sign in to comment.