mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
tty: fix comment for __tty_alloc_driver()
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
1b3b3b49b9
commit
6fbc8798d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user