]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] changes device to driver in porting.txt
authorErik Hovland <erik@hovland.org>
Thu, 6 Oct 2005 17:47:49 +0000 (10:47 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 16:52:50 +0000 (09:52 -0700)
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@suse.de>
Documentation/driver-model/porting.txt

index ff2fef2107f0b183b7b852cb63987e7f31b66f55..98b233cb8b36882a41c3e604315b179ab0ca3537 100644 (file)
@@ -350,7 +350,7 @@ When a driver is registered, the bus's list of devices is iterated
 over. bus->match() is called for each device that is not already
 claimed by a driver. 
 
 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:
 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: