diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 05:44:53 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-27 13:00:00 +0100 |
commit | fe209bf531d65012a157e7033119b0ebdeaa0935 (patch) | |
tree | fd43f3ad4d3a8c2bade508871529935dd68a5122 /Documentation/driver-api | |
parent | media: Documentation: userspace-api/media: dvb/audio: drop doubled word (diff) | |
download | linux-fe209bf531d65012a157e7033119b0ebdeaa0935.tar.xz linux-fe209bf531d65012a157e7033119b0ebdeaa0935.zip |
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')
-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); |