linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][Trivial][Resend] drivers/base/core.c: Fix a typo in comment
@ 2012-04-20 13:08 yan
  0 siblings, 0 replies; only message in thread
From: yan @ 2012-04-20 13:08 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, message.get


Signed-off-by: YanHong <clouds.yan@gmail.com>
---
 drivers/base/core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/core.c b/drivers/base/core.c
index e28ce98..0c6a0cd 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)
  * @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.
  */
-- 
1.7.5.1




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-20 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 13:08 [PATCH][Trivial][Resend] drivers/base/core.c: Fix a typo in comment yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).