[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200520141202.19568-1-tangbin@cmss.chinamobile.com>
Date: Wed, 20 May 2020 22:12:02 +0800
From: Tang Bin <tangbin@...s.chinamobile.com>
To: gregkh@...uxfoundation.org, rafael@...nel.org
Cc: linux-kernel@...r.kernel.org,
Tang Bin <tangbin@...s.chinamobile.com>
Subject: [PATCH] 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@...s.chinamobile.com>
---
drivers/base/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index 7fa654f12..15ae9428a 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -967,7 +967,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.
*/
--
2.20.1.windows.1
Powered by blists - more mailing lists