From: Randy Dunlap Date: Tue, 14 Jul 2020 22:05:49 +0000 (+0200) Subject: media: media-device.h: drop duplicated word in comment X-Git-Tag: v5.9-rc1~94^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=216964fa6a63c095417cc4001adc240c0e1f1bfb;p=thirdparty%2Fkernel%2Flinux.git media: media-device.h: drop duplicated word in comment Delete the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/media-device.h b/include/media/media-device.h index fa08954307205..1345e6da688a9 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::