summaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2018-05-06 13:23:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 16:48:59 +0200
commit13509860efcada3e57c16d5f2e60dda8cef6054c (patch)
treeddde9a87235bc18b4e102dffaa25169f7db0609a /drivers/base
parent95cde3c59966f6371b6bcd9e4e2da2ba64ee9775 (diff)
downloadop-kernel-dev-13509860efcada3e57c16d5f2e60dda8cef6054c.zip
op-kernel-dev-13509860efcada3e57c16d5f2e60dda8cef6054c.tar.gz
base: core: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c
index d680fd0..c4fc083 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -2689,7 +2689,7 @@ static int device_move_class_links(struct device *dev,
/**
* device_move - moves a device to a new parent
* @dev: the pointer to the struct device to be moved
- * @new_parent: the new parent of the device (can by NULL)
+ * @new_parent: the new parent of the device (can be NULL)
* @dpm_order: how to reorder the dpm_list
*/
int device_move(struct device *dev, struct device *new_parent,
OpenPOWER on IntegriCloud