summaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMichael Ira Krufky2018-01-17 04:16:12 +0100
committerMauro Carvalho Chehab2018-03-05 13:57:41 +0100
commit2c27476e398bfd9fa2572ff80a0de16f0becc900 (patch)
tree04f6a680f4ee5d44640e9dcccc58f4ec28408f24 /drivers/media/Kconfig
parentmedia: tegra-cec: reset rx_buf_cnt when start bit detected (diff)
downloadkernel-qcow2-linux-2c27476e398bfd9fa2572ff80a0de16f0becc900.tar.gz
kernel-qcow2-linux-2c27476e398bfd9fa2572ff80a0de16f0becc900.tar.xz
kernel-qcow2-linux-2c27476e398bfd9fa2572ff80a0de16f0becc900.zip
media: dvb: fix a Kconfig typo
drivers/media/Kconfig: typo: replace `with` with `which` Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 372c074bb1b9..86c1a190d946 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -151,7 +151,7 @@ config DVB_MMAP
select VIDEOBUF2_VMALLOC
default n
help
- This option enables DVB experimental memory-mapped API, with
+ This option enables DVB experimental memory-mapped API, which
reduces the number of context switches to read DVB buffers, as
the buffers can use mmap() syscalls.