Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / drivers / tty / tty_ldisc.c
index ec1f6a4..fe37ec3 100644 (file)
@@ -79,7 +79,6 @@ EXPORT_SYMBOL(tty_register_ldisc);
 /**
  *     tty_unregister_ldisc    -       unload a line discipline
  *     @disc: ldisc number
- *     @new_ldisc: pointer to the ldisc object
  *
  *     Remove a line discipline from the kernel providing it is not
  *     currently in use.
@@ -542,7 +541,7 @@ static void tty_ldisc_restore(struct tty_struct *tty, struct tty_ldisc *old)
 /**
  *     tty_set_ldisc           -       set line discipline
  *     @tty: the terminal to set
- *     @ldisc: the line discipline
+ *     @disc: the line discipline number
  *
  *     Set the discipline of a tty line. Must be called from a process
  *     context. The ldisc change logic has to protect itself against any