Commit 2cd9ec2a authored by Randy Dunlap's avatar Randy Dunlap Committed by Joel Stanley
Browse files

docs: ABI: fix spelling/grammar in SBEFIFO timeout interface



Correct spelling problems as identified by codespell.
Correct one grammar error.

Fixes: 9a93de62 ("docs: ABI: testing: Document the SBEFIFO timeout interface")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Eddie James <eajames@linux.ibm.com>
Cc: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230710052305.29611-1-rdunlap@infradead.org


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent c0b34bed
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ Description:
		Indicates whether or not this SBE device has experienced a
		timeout; i.e. the SBE did not respond within the time allotted
		by the driver. A value of 1 indicates that a timeout has
		ocurred and no transfers have completed since the timeout. A
		value of 0 indicates that no timeout has ocurred, or if one
		has, more recent transfers have completed successful.
		occurred and no transfers have completed since the timeout. A
		value of 0 indicates that no timeout has occurred, or if one
		has, more recent transfers have completed successfully.