This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: cec: cec.h: 2.1 ms -> 2100 ms
Author:  Hans Verkuil <[email protected]>
Date:    Fri Aug 18 13:12:48 2023 +0100

The transfer timeout is 2100 ms, not 2.1 ms. Fix this in the
kerneldoc comment.

Link: 
https://lore.kernel.org/linux-media/[email protected]
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 include/media/cec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/include/media/cec.h b/include/media/cec.h
index 10c9cf6058b7..c8350258f10a 100644
--- a/include/media/cec.h
+++ b/include/media/cec.h
@@ -173,7 +173,7 @@ struct cec_adap_ops {
  *                     case the transmit will finish, but will not retransmit
  *                     and be marked as ABORTED.
  * @xfer_timeout_ms:   the transfer timeout in ms.
- *                     If 0, then timeout after 2.1 ms.
+ *                     If 0, then timeout after 2100 ms.
  * @kthread_config:    kthread used to configure a CEC adapter
  * @config_completion: used to signal completion of the config kthread
  * @kthread:           main CEC processing thread

Reply via email to