From: Randy Dunlap Date: Sat, 4 Jul 2020 03:44:53 +0000 (+0200) Subject: media: Documentation/driver-api: media/cec-core: drop doubled word X-Git-Tag: accepted/tizen/unified/20230118.172025~8355^2~211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe209bf531d65012a157e7033119b0ebdeaa0935;p=platform%2Fkernel%2Flinux-rpi.git media: Documentation/driver-api: media/cec-core: drop doubled word Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/media/cec-core.rst b/Documentation/driver-api/media/cec-core.rst index 9c6aff3b..a26dc87 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);