diff options
author | Tom Rix <trix@redhat.com> | 2021-05-19 19:30:56 +0300 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2021-07-22 05:54:21 +0300 |
commit | 580e3137318edb39d2c6efa5dad51e3fbd7e2536 (patch) | |
tree | 6c477a2dba5ba8d9c5500c5b923b36933bffc9b7 /Documentation/fpga/dfl.rst | |
parent | 758f74674bcb82e1ed1a0b5a56980f295183b546 (diff) | |
download | linux-580e3137318edb39d2c6efa5dad51e3fbd7e2536.tar.xz |
fpga: fix spelling mistakes
Run the fpga subsystem through aspell.
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Fernando Pacheco <fpacheco@redhat.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'Documentation/fpga/dfl.rst')
-rw-r--r-- | Documentation/fpga/dfl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/fpga/dfl.rst b/Documentation/fpga/dfl.rst index 75df90d1e54c..ef9eec71f6f3 100644 --- a/Documentation/fpga/dfl.rst +++ b/Documentation/fpga/dfl.rst @@ -10,7 +10,7 @@ Authors: - Xu Yilun <yilun.xu@intel.com> The Device Feature List (DFL) FPGA framework (and drivers according to -this framework) hides the very details of low layer hardwares and provides +this framework) hides the very details of low layer hardware and provides unified interfaces to userspace. Applications could use these interfaces to configure, enumerate, open and access FPGA accelerators on platforms which implement the DFL in the device memory. Besides this, the DFL framework @@ -205,7 +205,7 @@ given Device Feature Lists and create platform devices for feature devices also abstracts operations for the private features and exposes common ops to feature device drivers. -The FPGA DFL Device could be different hardwares, e.g. PCIe device, platform +The FPGA DFL Device could be different hardware, e.g. PCIe device, platform device and etc. Its driver module is always loaded first once the device is created by the system. This driver plays an infrastructural role in the driver architecture. It locates the DFLs in the device memory, handles them |