media: media-device.h: drop duplicated word in comment

Delete the doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Randy Dunlap 2020-07-15 00:05:49 +02:00 committed by Mauro Carvalho Chehab
parent f0e226885c
commit 216964fa6a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ struct media_device_ops {
*
* Use-case: find tuner entity connected to the decoder
* entity and check if it is available, and activate the
* the link between them from @enable_source and deactivate
* link between them from @enable_source and deactivate
* from @disable_source.
*
* .. note::