Commit c774bda2fdc5412124a854a791d9f6f52936ff81
Committed by
Linus Torvalds
1 parent
12847095e9
Exists in
master
and in
7 other branches
pty: Fix documentation
The pty changes and updates for window sizing forgot to correct the kerneldoc Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 3 deletions Side-by-side Diff
drivers/char/pty.c
... | ... | @@ -230,9 +230,7 @@ |
230 | 230 | /** |
231 | 231 | * pty_do_resize - resize event |
232 | 232 | * @tty: tty being resized |
233 | - * @real_tty: real tty (not the same as tty if using a pty/tty pair) | |
234 | - * @rows: rows (character) | |
235 | - * @cols: cols (character) | |
233 | + * @ws: window size being set. | |
236 | 234 | * |
237 | 235 | * Update the termios variables and send the neccessary signals to |
238 | 236 | * peform a terminal resize correctly |