Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c774bda2 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

pty: Fix documentation



The pty changes and updates for window sizing forgot to correct the
kerneldoc

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 12847095
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -230,9 +230,7 @@ static void pty_set_termios(struct tty_struct *tty,
/**
/**
 *	pty_do_resize		-	resize event
 *	pty_do_resize		-	resize event
 *	@tty: tty being resized
 *	@tty: tty being resized
 *	@real_tty: real tty (not the same as tty if using a pty/tty pair)
 *	@ws: window size being set.
 *	@rows: rows (character)
 *	@cols: cols (character)
 *
 *
 *	Update the termios variables and send the neccessary signals to
 *	Update the termios variables and send the neccessary signals to
 *	peform a terminal resize correctly
 *	peform a terminal resize correctly