We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cde3c commit 1350986Copy full SHA for 1350986
drivers/base/core.c
@@ -2689,7 +2689,7 @@ static int device_move_class_links(struct device *dev,
2689
/**
2690
* device_move - moves a device to a new parent
2691
* @dev: the pointer to the struct device to be moved
2692
- * @new_parent: the new parent of the device (can by NULL)
+ * @new_parent: the new parent of the device (can be NULL)
2693
* @dpm_order: how to reorder the dpm_list
2694
*/
2695
int device_move(struct device *dev, struct device *new_parent,
0 commit comments