소스 검색

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>
Alan Cox 16 년 전
부모
커밋
c774bda2fd
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      drivers/char/pty.c

+ 1 - 3
drivers/char/pty.c

@@ -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)
- *	@rows: rows (character)
- *	@cols: cols (character)
+ *	@ws: window size being set.
  *
  *
  *	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