dect
/
linux-2.6
Archived
13
0
Fork 0

drivers/base/core.c: Fix a typo in comment

Signed-off-by: YanHong <clouds.yan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
yan 2012-04-20 21:08:45 +08:00 committed by Greg Kroah-Hartman
parent 449a2bf5e8
commit 9169c01236
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static inline int device_is_not_partition(struct device *dev)
* @dev: struct device to get the name of
*
* Will return the device's driver's name if it is bound to a device. If
* the device is not bound to a device, it will return the name of the bus
* the device is not bound to a driver, it will return the name of the bus
* it is attached to. If it is not attached to a bus either, an empty
* string will be returned.
*/