]> Git Repo - linux.git/commitdiff
tty: tty_ldisc: Remove the repeated word 'the'
authorXiaofei Tan <[email protected]>
Wed, 7 Apr 2021 07:06:50 +0000 (15:06 +0800)
committerGreg Kroah-Hartman <[email protected]>
Sat, 10 Apr 2021 08:33:00 +0000 (10:33 +0200)
Remove the repeated word 'the' following advice of checkpatch.pl

Signed-off-by: Xiaofei Tan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/tty_ldisc.c

index 56e67f770b6d367760bc6f4fabd7220f9b00ef17..fdc4fa31ca726838f8b3b94b402c52980d4ada2c 100644 (file)
@@ -147,7 +147,7 @@ static int tty_ldisc_autoload = IS_BUILTIN(CONFIG_LDISC_AUTOLOAD);
  *     Returns: -EINVAL if the discipline index is not [N_TTY..NR_LDISCS] or
  *                      if the discipline is not registered
  *              -EAGAIN if request_module() failed to load or register the
- *                      the discipline
+ *                      discipline
  *              -ENOMEM if allocation failure
  *
  *              Otherwise, returns a pointer to the discipline and bumps the
This page took 0.056033 seconds and 4 git commands to generate.