Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tty: tty_ldisc: Remove the repeated word 'the'

Remove the repeated word 'the' following advice of checkpatch.pl

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1617779210-51576-11-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xiaofei Tan and committed by
Greg Kroah-Hartman
b8958546 408795b0

+1 -1
+1 -1
drivers/tty/tty_ldisc.c
··· 147 147 * Returns: -EINVAL if the discipline index is not [N_TTY..NR_LDISCS] or 148 148 * if the discipline is not registered 149 149 * -EAGAIN if request_module() failed to load or register the 150 - * the discipline 150 + * discipline 151 151 * -ENOMEM if allocation failure 152 152 * 153 153 * Otherwise, returns a pointer to the discipline and bumps the