Skip to content

Commit

Permalink
tty: fix comment for __tty_alloc_driver()
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Jiri Kosina committed Apr 24, 2017
1 parent 1b3b3b4 commit 6fbc879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fbc879

Please sign in to comment.