Skip to content
Snippets Groups Projects
Commit aa966274 authored by Xiaofeng Cao's avatar Xiaofeng Cao Committed by Mauro Carvalho Chehab
Browse files

media: Correct 'so'


In Kconfig it should be 'to'
In c8sectpfe-core.c it should be 'do'

Signed-off-by: default avatarXiaofeng Cao <cxfcosmos@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 2f65fcee
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ config MEDIA_PLATFORM_SUPPORT
This is found on Embedded hardware (SoC), on V4L2 codecs and
on some GPU and newer CPU chipsets.
Say Y when you want to be able so see such devices.
Say Y when you want to be able to see such devices.
config MEDIA_TEST_SUPPORT
bool
......
......@@ -655,7 +655,7 @@ static irqreturn_t c8sectpfe_error_irq_handler(int irq, void *priv)
/*
* TODO FIXME we should detect some error conditions here
* and ideally so something about them!
* and ideally do something about them!
*/
return IRQ_HANDLED;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment