Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/ctrlchar: fix kernel doc comment

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

+6 -5
+6 -5
drivers/s390/char/ctrlchar.c
··· 34 34 35 35 36 36 /** 37 - * Check for special chars at start of input. 37 + * ctrlchar_handle - check for special chars at start of input 38 38 * 39 - * @param buf Console input buffer. 40 - * @param len Length of valid data in buffer. 41 - * @param tty The tty struct for this console. 42 - * @return CTRLCHAR_NONE, if nothing matched, 39 + * @buf: console input buffer 40 + * @len: length of valid data in buffer 41 + * @tty: the tty struct for this console 42 + * 43 + * Return: CTRLCHAR_NONE, if nothing matched, 43 44 * CTRLCHAR_SYSRQ, if sysrq was encountered 44 45 * otherwise char to be inserted logically or'ed 45 46 * with CTRLCHAR_CTRL