From cd20c596b5d2ec70a00945fbc7d8eb218b85cf84 Mon Sep 17 00:00:00 2001 From: Jemma Denson Date: Thu, 30 Apr 2015 15:01:11 -0300 Subject: [PATCH] [media] cx24120: Fix minor style typo in Kconfig This patch changes DVB-S/DVB-S2 to the more commonly used DVB-S/S2 in the description for DVB_CX24120 Signed-off-by: Jemma Denson Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 7ff3ec4d8ab6..65034a82b24e 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -228,7 +228,7 @@ config DVB_CX24120 depends on DVB_CORE && I2C default m if !MEDIA_SUBDRV_AUTOSELECT help - A DVB-S/DVB-S2 tuner module. Say Y when you want to support this frontend. + A DVB-S/S2 tuner module. Say Y when you want to support this frontend. config DVB_SI21XX tristate "Silicon Labs SI21XX based" -- 2.34.1