From: Tang Bin Date: Wed, 20 May 2020 14:12:02 +0000 (+0800) Subject: driver core: platform: Fix spelling errors in platform.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c82c83c330654c5639960ebc3dabbae53c43f79e;p=linux.git 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: Tang Bin Link: https://lore.kernel.org/r/20200520141202.19568-1-tangbin@cmss.chinamobile.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 4ed3dc38f45c2..fe08ef8ffd5cf 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -977,7 +977,7 @@ EXPORT_SYMBOL_GPL(__platform_register_drivers); * @drivers: an array 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 * unregistered in the reverse order in which they were registered. */