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 c80a67b commit fe940d7Copy full SHA for fe940d7
drivers/base/dd.c
@@ -430,10 +430,9 @@ static void driver_sysfs_remove(struct device *dev)
430
* Allow manual attachment of a driver to a device.
431
* Caller must have already set @dev->driver.
432
*
433
- * Note that this does not modify the bus reference count
434
- * nor take the bus's rwsem. Please verify those are accounted
435
- * for before calling this. (It is ok to call with no other effort
436
- * from a driver's probe() method.)
+ * Note that this does not modify the bus reference count.
+ * Please verify that is accounted for before calling this.
+ * (It is ok to call with no other effort from a driver's probe() method.)
437
438
* This function must be called with the device lock held.
439
*/
0 commit comments