diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-03 20:45:02 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-10 14:58:01 +0200 |
commit | f31a03b123b1f849bc0f60493edb95342f2c8e9a (patch) | |
tree | 9dd5bfa1e78cd4521b8f214cc76f0bf583315da7 /Documentation/driver-api/xillybus.rst | |
parent | 1682986df00ce3577f4ba45d0241228ea724da04 (diff) | |
download | linux-f31a03b123b1f849bc0f60493edb95342f2c8e9a.tar.gz linux-f31a03b123b1f849bc0f60493edb95342f2c8e9a.tar.bz2 linux-f31a03b123b1f849bc0f60493edb95342f2c8e9a.zip |
Documentation/driver-api: xillybus: drop doubled word
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Acked-by: Eli Billauer <eli.billauer@gmail.com>
Link: https://lore.kernel.org/r/20200704034502.17199-18-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/xillybus.rst')
-rw-r--r-- | Documentation/driver-api/xillybus.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/xillybus.rst b/Documentation/driver-api/xillybus.rst index 2446ee303c09..a3ab832cb22b 100644 --- a/Documentation/driver-api/xillybus.rst +++ b/Documentation/driver-api/xillybus.rst @@ -273,7 +273,7 @@ buffer is full, the FPGA informs the host about that (appending a XILLYMSG_OPCODE_RELEASEBUF message channel 0 and sending an interrupt if necessary). The host responds by making the data available for reading through the character device. When all data has been read, the host writes on the -the FPGA's buffer control register, allowing the buffer's overwriting. Flow +FPGA's buffer control register, allowing the buffer's overwriting. Flow control mechanisms exist on both sides to prevent underflows and overflows. This is not good enough for creating a TCP/IP-like stream: If the data flow |