mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
tty: fix obsolete comment on tty_insert_flip_string_fixed_flag
Comment was not updated when tty_insert_flip_string was generalised. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6b7d8f8b5c
commit
ccc5ca8d4c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ EXPORT_SYMBOL_GPL(tty_buffer_request_room);
|
|||
* @size: size
|
||||
*
|
||||
* Queue a series of bytes to the tty buffering. All the characters
|
||||
* passed are marked as without error. Returns the number added.
|
||||
* passed are marked with the supplied flag. Returns the number added.
|
||||
*
|
||||
* Locking: Called functions may take tty->buf.lock
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue