Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / tty / pty.c
index 23368ce..a59f1e0 100644 (file)
@@ -699,6 +699,7 @@ static long pty_unix98_compat_ioctl(struct tty_struct *tty,
 /**
  *     ptm_unix98_lookup       -       find a pty master
  *     @driver: ptm driver
+ *     @file: unused
  *     @idx: tty index
  *
  *     Look up a pty master device. Called under the tty_mutex for now.
@@ -715,6 +716,7 @@ static struct tty_struct *ptm_unix98_lookup(struct tty_driver *driver,
 /**
  *     pts_unix98_lookup       -       find a pty slave
  *     @driver: pts driver
+ *     @file: file pointer to tty
  *     @idx: tty index
  *
  *     Look up a pty master device. Called under the tty_mutex for now.