From: Thadeu Lima de Souza Cascardo Date: Tue, 4 Apr 2017 08:56:32 +0000 (-0300) Subject: tty: fix comment for __tty_alloc_driver() X-Git-Tag: Ubuntu-5.13.0-19.19~13581^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6fbc8798d9461c0ff22fab9fbaddde13de815941;p=mirror_ubuntu-jammy-kernel.git tty: fix comment for __tty_alloc_driver() Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Jiri Kosina --- diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index e6d1a6510886..309d25065bb6 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c @@ -3370,7 +3370,7 @@ EXPORT_SYMBOL(tty_unregister_device); /** * __tty_alloc_driver -- allocate tty driver * @lines: count of lines this driver can handle at most - * @owner: module which is repsonsible for this driver + * @owner: module which is responsible for this driver * @flags: some of TTY_DRIVER_* flags, will be set in driver->flags * * This should not be called directly, some of the provided macros should be