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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;