projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c73d0b
)
media: cec: cec.h: 2.1 ms -> 2100 ms
author
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Fri, 18 Aug 2023 12:12:48 +0000
(13:12 +0100)
committer
Mauro Carvalho Chehab
<mchehab@kernel.org>
Tue, 30 Apr 2024 11:05:09 +0000
(12:05 +0100)
The transfer timeout is 2100 ms, not 2.1 ms. Fix this in the
kerneldoc comment.
Link:
https://lore.kernel.org/linux-media/17cd1a67-3966-237c-2e0d-2d3ae618f915@xs4all.nl
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
include/media/cec.h
patch
|
blob
|
history
diff --git
a/include/media/cec.h
b/include/media/cec.h
index 10c9cf6058b7e27258f4af4051cb4d505ad1d189..c8350258f10af8ab1c5073e57dad4d055b4388ac 100644
(file)
--- 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 2
100
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