On Thu, Mar 1, 2018 at 7:55 AM, Michael Ira Krufky <mkrufky@xxxxxxxxxxx> wrote: > Please pull the following typo fix in the Kconfig for dvb-mmap: > > The following changes since commit 4df7ac5f42087dc9bcbed04b5cada0f025fbf9ef: > > drivers/media/Kconfig: typo: replace `with` with `which` (2018-02-15 > 08:01:22 -0500) > > are available in the git repository at: > > git://linuxtv.org/mkrufky/dvb.git dvb-mmap-v3 > > for you to fetch changes up to 4df7ac5f42087dc9bcbed04b5cada0f025fbf9ef: > > drivers/media/Kconfig: typo: replace `with` with `which` (2018-02-15 > 08:01:22 -0500) I realize I never sent the actual patch to the list. inline below: Author: Michael Ira Krufky <mkrufky@xxxxxxxxxxx> Date: Tue Jan 16 22:16:12 2018 -0500 drivers/media/Kconfig: typo: replace `with` with `which` Signed-off-by: Michael Ira Krufky <mkrufky@xxxxxxxxxxx> 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.