Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Mauro Carvalho Chehab
fe209bf5 e2c8f9ad

+1 -1
+1 -1
Documentation/driver-api/media/cec-core.rst
··· 335 335 $ cat einj.txt >error-inj 336 336 337 337 The first callback is called when this file is read and it should show the 338 - the current error injection state:: 338 + current error injection state:: 339 339 340 340 int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf); 341 341