media: Documentation/driver-api: media/cec-core: drop doubled word
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 4 Jul 2020 03:44:53 +0000 (05:44 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 27 Nov 2020 12:00:00 +0000 (13:00 +0100)
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>
Documentation/driver-api/media/cec-core.rst

index 9c6aff3..a26dc87 100644 (file)
@@ -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);