diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-09-03 19:03:59 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-09-07 14:38:42 +0300 |
commit | 7a928af413c367bfed513e0a44220b4a5d21ef9a (patch) | |
tree | bbf1fbc6979977e6dbb45bcb3fe27c8f52fda7cc /drivers/s390 | |
parent | 44bead2545f11d543c3cc38b1342713c7f825dc2 (diff) | |
download | linux-7a928af413c367bfed513e0a44220b4a5d21ef9a.tar.xz |
s390/ctrlchar: fix kernel doc comment
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/char/ctrlchar.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/s390/char/ctrlchar.c b/drivers/s390/char/ctrlchar.c index e1686a69a68e..6f2b64040078 100644 --- a/drivers/s390/char/ctrlchar.c +++ b/drivers/s390/char/ctrlchar.c @@ -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 |