diff options
author | Jemma Denson <jdenson@gmail.com> | 2015-04-30 18:01:11 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-18 19:34:15 (GMT) |
commit | cd20c596b5d2ec70a00945fbc7d8eb218b85cf84 (patch) | |
tree | 8e525455224f4988620ad6dcd839c174f2190fa5 /drivers | |
parent | 1ff2e8ed28e96f49b0f98b9a86e755ddd1a1078b (diff) | |
download | linux-cd20c596b5d2ec70a00945fbc7d8eb218b85cf84.tar.xz |
[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 <jdenson@gmail.com>
Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb-frontends/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 7ff3ec4..65034a8 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" |