All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: fix obsolete comment on tty_insert_flip_string_fixed_flag
@ 2010-05-07 17:58 Johan Hovold
  0 siblings, 0 replies; only message in thread
From: Johan Hovold @ 2010-05-07 17:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, Johan Hovold

Comment was not updated when tty_insert_flip_string was generalised.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
 drivers/char/tty_buffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/tty_buffer.c b/drivers/char/tty_buffer.c
index 7ee5216..cc1e985 100644
--- 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
  */
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-07 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-07 17:58 [PATCH] tty: fix obsolete comment on tty_insert_flip_string_fixed_flag Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.