Commit 6fbc8798 authored by Thadeu Lima de Souza Cascardo's avatar Thadeu Lima de Souza Cascardo Committed by Jiri Kosina

tty: fix comment for __tty_alloc_driver()

Signed-off-by: default avatarThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 1b3b3b49
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment