aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model/bus.txt
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler@gmail.com>2014-12-26 09:57:49 -0500
committerJonathan Corbet <corbet@lwn.net>2014-12-29 17:29:33 -0500
commit2cd14f5da6579175f387f93c0561918647a3b6c6 (patch)
tree5c8a14496fb3a4d79936968e05fb98eb79ddb1b1 /Documentation/driver-model/bus.txt
parent912ee9ca37afb517647af3744726a97f764f419f (diff)
doc: driver-model: improve wording "is provide the"
Improve the wording by changing it from "is provide the" to "is to give the". Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-model/bus.txt')
-rw-r--r--Documentation/driver-model/bus.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-model/bus.txt b/Documentation/driver-model/bus.txt
index 6754b2df8aa1..b577a45b93ea 100644
--- a/Documentation/driver-model/bus.txt
+++ b/Documentation/driver-model/bus.txt
@@ -45,7 +45,7 @@ them are inherently bus-specific. Drivers typically declare an array
45of device IDs of devices they support that reside in a bus-specific 45of device IDs of devices they support that reside in a bus-specific
46driver structure. 46driver structure.
47 47
48The purpose of the match callback is provide the bus an opportunity to 48The purpose of the match callback is to give the bus an opportunity to
49determine if a particular driver supports a particular device by 49determine if a particular driver supports a particular device by
50comparing the device IDs the driver supports with the device ID of a 50comparing the device IDs the driver supports with the device ID of a
51particular device, without sacrificing bus-specific functionality or 51particular device, without sacrificing bus-specific functionality or