diff --git a/[refs] b/[refs] index 9a925098f38f..00c36aa98e4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 56a83cc92991ed5bf76e224dd2ad53b5e9c00681 +refs/heads/master: 59a3cd7f9da60ac4ba8ae5a4cddc48fe4a450129 diff --git a/trunk/drivers/base/dd.c b/trunk/drivers/base/dd.c index efd00de183b1..f0106875f01d 100644 --- a/trunk/drivers/base/dd.c +++ b/trunk/drivers/base/dd.c @@ -226,7 +226,7 @@ static int __device_attach(struct device_driver *drv, void *data) * pair is found, break out and return. * * Returns 1 if the device was bound to a driver; - * 0 if no matching device was found; + * 0 if no matching driver was found; * -ENODEV if the device is not registered. * * When called for a USB interface, @dev->parent->sem must be held.