summary refs log tree commit diff
path: root/include/media
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-15 00:05:49 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-19 14:00:07 +0200
commit216964fa6a63c095417cc4001adc240c0e1f1bfb (patch)
tree178087fbbb5a953ad95e146635e3b6d046422f42 /include/media
parentf0e226885c3c18b2e7e27b8043c5a393405b037e (diff)
downloadlinux-216964fa6a63c095417cc4001adc240c0e1f1bfb.tar.gz
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>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/media-device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/media-device.h b/include/media/media-device.h
index fa0895430720..1345e6da688a 100644
--- a/include/media/media-device.h
+++ b/include/media/media-device.h
@@ -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::