[PATCH] changes device to driver in porting.txt

From: Greg KH
Date: Fri Oct 28 2005 - 01:32:06 EST


[PATCH] changes device to driver in porting.txt

The document porting.txt in Documentation/driver-model says:
When a device is successfully bound to a device

I think it should say:
When a device is successfully bound to a driver

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit 3da2cf413a832ae4f7691d299f2d7dab30654ce5
tree 1808e0383651b708d22038756f87796b5806a9fc
parent 3ab05c2cd849f4fdee6e79cc9f63d11de6ad63d9
author Erik Hovland <erik@xxxxxxxxxxx> Thu, 06 Oct 2005 10:47:49 -0700
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Thu, 27 Oct 2005 22:47:59 -0700

Documentation/driver-model/porting.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/driver-model/porting.txt b/Documentation/driver-model/porting.txt
index ff2fef2..98b233c 100644
--- a/Documentation/driver-model/porting.txt
+++ b/Documentation/driver-model/porting.txt
@@ -350,7 +350,7 @@ When a driver is registered, the bus's l
over. bus->match() is called for each device that is not already
claimed by a driver.

-When a device is successfully bound to a device, device->driver is
+When a device is successfully bound to a driver, device->driver is
set, the device is added to a per-driver list of devices, and a
symlink is created in the driver's sysfs directory that points to the
device's physical directory:

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/