aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-04 05:44:53 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-27 13:00:00 +0100
commitfe209bf531d65012a157e7033119b0ebdeaa0935 (patch)
treefd43f3ad4d3a8c2bade508871529935dd68a5122 /Documentation/driver-api
parentmedia: Documentation: userspace-api/media: dvb/audio: drop doubled word (diff)
downloadlinux-dev-fe209bf531d65012a157e7033119b0ebdeaa0935.tar.xz
linux-dev-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.rst2
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);