projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7d8f8
)
tty: fix obsolete comment on tty_insert_flip_string_fixed_flag
author
Johan Hovold
<jhovold@gmail.com>
Fri, 7 May 2010 17:58:32 +0000
(19:58 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 21 May 2010 16:34:30 +0000
(09:34 -0700)
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>
drivers/char/tty_buffer.c
patch
|
blob
|
history
diff --git
a/drivers/char/tty_buffer.c
b/drivers/char/tty_buffer.c
index 7ee52164d474b198d481bd4869da64dab33dbade..cc1e9850d655fda3e700a8fe5b78b1218924424a 100644
(file)
--- a/
drivers/char/tty_buffer.c
+++ b/
drivers/char/tty_buffer.c
@@
-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
*/