Skip to content

Commit 1350986

Browse files
Wolfram Sanggregkh
authored andcommitted
base: core: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 95cde3c commit 1350986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ static int device_move_class_links(struct device *dev,
26892689
/**
26902690
* device_move - moves a device to a new parent
26912691
* @dev: the pointer to the struct device to be moved
2692-
* @new_parent: the new parent of the device (can by NULL)
2692+
* @new_parent: the new parent of the device (can be NULL)
26932693
* @dpm_order: how to reorder the dpm_list
26942694
*/
26952695
int device_move(struct device *dev, struct device *new_parent,

0 commit comments

Comments
 (0)