[PATCH 04/20] Documentation: kgdb: eliminate duplicated word
Randy Dunlap
rdunlap at infradead.org
Wed Jul 8 04:03:58 AEST 2020
Drop the doubled word "driver".
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Jonathan Corbet <corbet at lwn.net>
Cc: linux-doc at vger.kernel.org
Cc: Jason Wessel <jason.wessel at windriver.com>
Cc: Daniel Thompson <daniel.thompson at linaro.org>
Cc: Douglas Anderson <dianders at chromium.org>
Cc: kgdb-bugreport at lists.sourceforge.net
---
Documentation/dev-tools/kgdb.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/dev-tools/kgdb.rst
+++ linux-next-20200701/Documentation/dev-tools/kgdb.rst
@@ -872,7 +872,7 @@ The kgdboc driver contains logic to conf
attached keyboard. The keyboard infrastructure is only compiled into the
kernel when ``CONFIG_KDB_KEYBOARD=y`` is set in the kernel configuration.
-The core polled keyboard driver driver for PS/2 type keyboards is in
+The core polled keyboard driver for PS/2 type keyboards is in
``drivers/char/kdb_keyboard.c``. This driver is hooked into the debug core
when kgdboc populates the callback in the array called
:c:type:`kdb_poll_funcs[]`. The :c:func:`kdb_get_kbd_char` is the top-level
More information about the Linuxppc-dev
mailing list