diff options
author | Randy Dunlap <[email protected]> | 2020-07-15 00:05:49 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2020-07-19 14:00:07 +0200 |
commit | 216964fa6a63c095417cc4001adc240c0e1f1bfb (patch) | |
tree | 178087fbbb5a953ad95e146635e3b6d046422f42 | |
parent | f0e226885c3c18b2e7e27b8043c5a393405b037e (diff) |
media: media-device.h: drop duplicated word in comment
Delete the doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | include/media/media-device.h | 2 |
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:: |