Skip to content

Commit 7a928af

Browse files
committed
s390/ctrlchar: fix kernel doc comment
Signed-off-by: Heiko Carstens <[email protected]>
1 parent 44bead2 commit 7a928af

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

drivers/s390/char/ctrlchar.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ void schedule_sysrq_work(struct sysrq_work *sw)
3434

3535

3636
/**
37-
* Check for special chars at start of input.
37+
* ctrlchar_handle - check for special chars at start of input
3838
*
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,
4344
* CTRLCHAR_SYSRQ, if sysrq was encountered
4445
* otherwise char to be inserted logically or'ed
4546
* with CTRLCHAR_CTRL

0 commit comments

Comments
 (0)