diff options
author | Akhil Raj <lf32.dev@gmail.com> | 2022-08-27 20:23:59 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 13:21:43 -0600 |
commit | d2bef8e1037cc69695c6b146bb05ce053450e0de (patch) | |
tree | fc8ce03016e6b4102111bff92fadb8073648ef0f /Documentation/driver-api/isa.rst | |
parent | 3b384e95642c0f01a34525a71b6a5a4826934b75 (diff) |
Remove duplicate words inside documentation
I have removed repeated `the` inside the documentation
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
Link: https://lore.kernel.org/r/20220827145359.32599-1-lf32.dev@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/isa.rst')
-rw-r--r-- | Documentation/driver-api/isa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/isa.rst b/Documentation/driver-api/isa.rst index def4a7b690b5..3df1b1696524 100644 --- a/Documentation/driver-api/isa.rst +++ b/Documentation/driver-api/isa.rst @@ -100,7 +100,7 @@ I believe platform_data is available for this, but if rather not, moving the isa_driver pointer to the private struct isa_dev is ofcourse fine as well. -Then, if the the driver did not provide a .match, it matches. If it did, +Then, if the driver did not provide a .match, it matches. If it did, the driver match() method is called to determine a match. If it did **not** match, dev->platform_data is reset to indicate this to |