mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
2f65fcee30
commit
aa966274d6
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue