Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: misc/xilinx_sdfec: eliminate duplicated word

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Dragan Cvetic <dragan.cvetic@xilinx.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Derek Kiernan <derek.kiernan@xilinx.com>
Cc: Dragan Cvetic <dragan.cvetic@xilinx.com>
Link: https://lore.kernel.org/r/20200707180414.10467-15-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
4930ac30 498ad0ad

+1 -1
+1 -1
Documentation/misc-devices/xilinx_sdfec.rst
··· 78 78 - open: Implements restriction that only a single file descriptor can be open per SD-FEC instance at any time 79 79 - release: Allows another file descriptor to be open, that is after current file descriptor is closed 80 80 - poll: Provides a method to monitor for SD-FEC Error events 81 - - unlocked_ioctl: Provides the the following ioctl commands that allows the application configure the SD-FEC core: 81 + - unlocked_ioctl: Provides the following ioctl commands that allows the application configure the SD-FEC core: 82 82 83 83 - :c:macro:`XSDFEC_START_DEV` 84 84 - :c:macro:`XSDFEC_STOP_DEV`