media: Correct 'so'

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

Signed-off-by: Xiaofeng Cao <cxfcosmos@gmail.com>
Acked-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:
Xiaofeng Cao 2021-03-10 15:58:16 +01:00 committed by Mauro Carvalho Chehab
parent 2f65fcee30
commit aa966274d6
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@ config MEDIA_PLATFORM_SUPPORT
This is found on Embedded hardware (SoC), on V4L2 codecs and This is found on Embedded hardware (SoC), on V4L2 codecs and
on some GPU and newer CPU chipsets. 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 config MEDIA_TEST_SUPPORT
bool bool

View file

@ -655,7 +655,7 @@ static irqreturn_t c8sectpfe_error_irq_handler(int irq, void *priv)
/* /*
* TODO FIXME we should detect some error conditions here * TODO FIXME we should detect some error conditions here
* and ideally so something about them! * and ideally do something about them!
*/ */
return IRQ_HANDLED; return IRQ_HANDLED;