Commit c82c83c3 authored by Tang Bin's avatar Tang Bin Committed by Greg Kroah-Hartman

driver core: platform: Fix spelling errors in platform.c

There is a word spelling mistake of 'Unegisters', thus
it should be fixed.
Signed-off-by: default avatarTang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200520141202.19568-1-tangbin@cmss.chinamobile.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fefcfc96
...@@ -977,7 +977,7 @@ EXPORT_SYMBOL_GPL(__platform_register_drivers); ...@@ -977,7 +977,7 @@ EXPORT_SYMBOL_GPL(__platform_register_drivers);
* @drivers: an array of drivers to unregister * @drivers: an array of drivers to unregister
* @count: the number of drivers to unregister * @count: the number of drivers to unregister
* *
* Unegisters platform drivers specified by an array. This is typically used * Unregisters platform drivers specified by an array. This is typically used
* to complement an earlier call to platform_register_drivers(). Drivers are * to complement an earlier call to platform_register_drivers(). Drivers are
* unregistered in the reverse order in which they were registered. * unregistered in the reverse order in which they were registered.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment