aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
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 6cb25f1511df..33461ec35d8f 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -65,7 +65,7 @@ static inline int device_is_not_partition(struct device *dev)
65 * @dev: struct device to get the name of 65 * @dev: struct device to get the name of
66 * 66 *
67 * Will return the device's driver's name if it is bound to a device. If 67 * Will return the device's driver's name if it is bound to a device. If
68 * the device is not bound to a device, it will return the name of the bus 68 * the device is not bound to a driver, it will return the name of the bus
69 * it is attached to. If it is not attached to a bus either, an empty 69 * it is attached to. If it is not attached to a bus either, an empty
70 * string will be returned. 70 * string will be returned.
71 */ 71 */