Skip to content

Commit

Permalink
pty: Fix documentation
Browse files Browse the repository at this point in the history
The pty changes and updates for window sizing forgot to correct the
kerneldoc

Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alan Cox authored and torvalds committed Jan 13, 2009
1 parent 1284709 commit c774bda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/char/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ static void pty_set_termios(struct tty_struct *tty,
/**
* pty_do_resize - resize event
* @tty: tty being resized
* @real_tty: real tty (not the same as tty if using a pty/tty pair)
* @rows: rows (character)
* @cols: cols (character)
* @ws: window size being set.
*
* Update the termios variables and send the neccessary signals to
* peform a terminal resize correctly
Expand Down

0 comments on commit c774bda

Please sign in to comment.