Skip to content

Commit

Permalink
[PATCH] changes device to driver in porting.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Erik Hovland authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 4ed17dc commit 2a7ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-model/porting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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:
Expand Down

0 comments on commit 2a7ff1f

Please sign in to comment.