LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] doc: driver-model: improve wording "is provide the"
@ 2014-12-26 14:57 Jeremiah Mahler
2014-12-29 22:29 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Jeremiah Mahler @ 2014-12-26 14:57 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, Jeremiah Mahler
Improve the wording by changing it from "is provide the" to
"is to give the".
Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
---
Documentation/driver-model/bus.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-model/bus.txt b/Documentation/driver-model/bus.txt
index 6754b2d..b577a45 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
of device IDs of devices they support that reside in a bus-specific
driver structure.
-The purpose of the match callback is provide the bus an opportunity to
+The purpose of the match callback is to give the bus an opportunity to
determine if a particular driver supports a particular device by
comparing the device IDs the driver supports with the device ID of a
particular device, without sacrificing bus-specific functionality or
--
2.1.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: driver-model: improve wording "is provide the"
2014-12-26 14:57 [PATCH] doc: driver-model: improve wording "is provide the" Jeremiah Mahler
@ 2014-12-29 22:29 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2014-12-29 22:29 UTC (permalink / raw)
To: Jeremiah Mahler; +Cc: linux-doc, linux-kernel
On Fri, 26 Dec 2014 06:57:49 -0800
Jeremiah Mahler <jmmahler@gmail.com> wrote:
> Improve the wording by changing it from "is provide the" to
> "is to give the".
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-29 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-26 14:57 [PATCH] doc: driver-model: improve wording "is provide the" Jeremiah Mahler
2014-12-29 22:29 ` Jonathan Corbet
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).