summaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
diff options
context:
space:
mode:
authorTang Bin <tangbin@cmss.chinamobile.com>2020-05-20 22:12:02 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-21 11:03:46 +0200
commitc82c83c330654c5639960ebc3dabbae53c43f79e (patch)
tree6bf30b58efc9e7709d90002bc7f936eaf69b5bb1 /drivers/base/platform.c
parentfefcfc968723caf93318613a08e1f3ad07a6154f (diff)
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 <tangbin@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20200520141202.19568-1-tangbin@cmss.chinamobile.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/platform.c')
-rw-r--r--drivers/base/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index 4ed3dc38f45c..fe08ef8ffd5c 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.
*/