[PATCH 08/17] Documentation/driver-api: media/cec-core: drop doubled word

From: Randy Dunlap
Date: Fri Jul 03 2020 - 23:45:59 EST


Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
Cc: linux-doc@xxxxxxxxxxxxxxx
Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
Cc: linux-media@xxxxxxxxxxxxxxx
---
Documentation/driver-api/media/cec-core.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/media/cec-core.rst
+++ linux-next-20200701/Documentation/driver-api/media/cec-core.rst
@@ -341,7 +341,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:

.. c:function::
int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf);