diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-08-18 13:12:48 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2024-04-30 12:05:09 +0100 |
commit | f8193e21c72c1978d689e2dc86227f418341eff1 (patch) | |
tree | f2fc8dbaed1d917db8cfb03010a56a8040e1694a /include/media | |
parent | 1c73d0b29d04bf4082e7beb6a508895e118ee30d (diff) | |
download | linux-stable-f8193e21c72c1978d689e2dc86227f418341eff1.tar.gz linux-stable-f8193e21c72c1978d689e2dc86227f418341eff1.tar.bz2 linux-stable-f8193e21c72c1978d689e2dc86227f418341eff1.zip |
media: cec: cec.h: 2.1 ms -> 2100 ms
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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/cec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |