mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
docs: ABI: fix spelling/grammar in SBEFIFO timeout interface
[ Upstream commit2cd9ec2a51] Correct spelling problems as identified by codespell. Correct one grammar error. Fixes:9a93de620e("docs: ABI: testing: Document the SBEFIFO timeout interface") Signed-off-by: Randy 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: Joel Stanley <joel@jms.id.au> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c90182cffb
commit
365ce3f86b
@@ -5,6 +5,6 @@ Description:
|
|||||||
Indicates whether or not this SBE device has experienced a
|
Indicates whether or not this SBE device has experienced a
|
||||||
timeout; i.e. the SBE did not respond within the time allotted
|
timeout; i.e. the SBE did not respond within the time allotted
|
||||||
by the driver. A value of 1 indicates that a timeout has
|
by the driver. A value of 1 indicates that a timeout has
|
||||||
ocurred and no transfers have completed since the timeout. A
|
occurred and no transfers have completed since the timeout. A
|
||||||
value of 0 indicates that no timeout has ocurred, or if one
|
value of 0 indicates that no timeout has occurred, or if one
|
||||||
has, more recent transfers have completed successful.
|
has, more recent transfers have completed successfully.
|
||||||
|
|||||||
Reference in New Issue
Block a user