@@ -254,9 +254,9 @@ View On' messages from initiator 0xf ('Unregistered') to destination 0 ('TV').
- ``CEC_TX_STATUS_ERROR``
- 0x10
- Some error occurred. This is used for any errors that do not fit
- the previous two, either because the hardware could not tell which
+ the previous three, either because the hardware could not tell which
error occurred, or because the hardware tested for other
- conditions besides those two.
+ conditions besides those three.
* .. _`CEC-TX-STATUS-MAX-RETRIES`:
- ``CEC_TX_STATUS_MAX_RETRIES``
The description of CEC_TX_STATUS_ERROR referred to two previous statuses, but there are three. Update the documentation accordingly. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> ---