diff options
author | Randy Dunlap <[email protected]> | 2020-07-07 11:03:59 -0700 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2020-07-13 09:44:06 -0600 |
commit | 2de4ba17f7906fb5f83664fb7031b26d1668b4ba (patch) | |
tree | 10112c6766c7264612d5c037eb8caa1f49578093 | |
parent | 06467a780110a8a1ac1e50c08b287c0f6c102a29 (diff) |
Documentation: fpga: eliminate duplicated word
Drop the doubled word "this".
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Wu Hao <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Wu Hao <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/fpga/dfl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fpga/dfl.rst b/Documentation/fpga/dfl.rst index 978c4af416a4..cae96aa15671 100644 --- a/Documentation/fpga/dfl.rst +++ b/Documentation/fpga/dfl.rst @@ -8,7 +8,7 @@ Authors: - Xiao Guangrong <[email protected]> - Wu Hao <[email protected]> -The Device Feature List (DFL) FPGA framework (and drivers according to this +The Device Feature List (DFL) FPGA framework (and drivers according to this framework) hides the very details of low layer hardwares and provides unified interfaces to userspace. Applications could use these interfaces to configure, enumerate, open and access FPGA accelerators on platforms which |