s390/ctrlchar: fix kernel doc comment
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 3 Sep 2021 16:03:59 +0000 (18:03 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 7 Sep 2021 11:38:42 +0000 (13:38 +0200)
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/ctrlchar.c

index e1686a69a68e3d9c82dd76759e6cb5a89b2457e7..6f2b640400786e9ab4758433db9dd6b5e928c170 100644 (file)
@@ -34,12 +34,13 @@ void schedule_sysrq_work(struct sysrq_work *sw)
 
 
 /**
- * Check for special chars at start of input.
+ * ctrlchar_handle - check for special chars at start of input
  *
- * @param buf Console input buffer.
- * @param len Length of valid data in buffer.
- * @param tty The tty struct for this console.
- * @return CTRLCHAR_NONE, if nothing matched,
+ * @buf: console input buffer
+ * @len: length of valid data in buffer
+ * @tty: the tty struct for this console
+ *
+ * Return: CTRLCHAR_NONE, if nothing matched,
  *         CTRLCHAR_SYSRQ, if sysrq was encountered
  *         otherwise char to be inserted logically or'ed
  *         with CTRLCHAR_CTRL