diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 06:44:53 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-27 15:00:00 +0300 |
commit | fe209bf531d65012a157e7033119b0ebdeaa0935 (patch) | |
tree | fd43f3ad4d3a8c2bade508871529935dd68a5122 /Documentation/driver-api/media | |
parent | e2c8f9ad20ea354cd713bf274f92769ab3c845cd (diff) | |
download | linux-fe209bf531d65012a157e7033119b0ebdeaa0935.tar.xz |
media: Documentation/driver-api: media/cec-core: drop doubled word
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/driver-api/media')
-rw-r--r-- | Documentation/driver-api/media/cec-core.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/media/cec-core.rst b/Documentation/driver-api/media/cec-core.rst index 9c6aff3b0ddf..a26dc87eee8f 100644 --- a/Documentation/driver-api/media/cec-core.rst +++ b/Documentation/driver-api/media/cec-core.rst @@ -335,7 +335,7 @@ So this must work: $ cat einj.txt >error-inj The first callback is called when this file is read and it should show the -the current error injection state:: +current error injection state:: int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf); |