diff mbox

[PULL] DVB-mmap Kconfig typo fix

Message ID CAOcJUbzP9WiSqw4NQOv4+atjL=Ea5=-2WfMy=OYqjXeDvpgMvA@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Ira Krufky March 1, 2018, 1:24 p.m. UTC
On Thu, Mar 1, 2018 at 7:55 AM, Michael Ira Krufky <mkrufky@linuxtv.org> 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@linuxtv.org>
Date:   Tue Jan 16 22:16:12 2018 -0500

    drivers/media/Kconfig: typo: replace `with` with `which`

    Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
diff mbox

Patch

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.