media: Correct 'so'
authorXiaofeng Cao <cxfcosmos@gmail.com>
Wed, 10 Mar 2021 14:58:16 +0000 (15:58 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 10:52:09 +0000 (11:52 +0100)
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>
drivers/media/Kconfig
drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c

index 6222b3ae220ba85b12f79e89ea4cd0b8f9aa9e6b..b07812657cee61979d80afe3a7198f66e973259d 100644 (file)
@@ -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
index a7a6ea666740b125fbe1af11a32607c5843b202c..338b205ae3a79bef9dbec348783a3cfbe1a24be5 100644 (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
-        * and ideally so something about them!
+        * and ideally do something about them!
         */
 
        return IRQ_HANDLED;