We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bead2 commit 7a928afCopy full SHA for 7a928af
drivers/s390/char/ctrlchar.c
@@ -34,12 +34,13 @@ void schedule_sysrq_work(struct sysrq_work *sw)
34
35
36
/**
37
- * Check for special chars at start of input.
+ * ctrlchar_handle - check for special chars at start of input
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,
+ * @buf: console input buffer
+ * @len: length of valid data in buffer
+ * @tty: the tty struct for this console
+ *
43
+ * Return: CTRLCHAR_NONE, if nothing matched,
44
* CTRLCHAR_SYSRQ, if sysrq was encountered
45
* otherwise char to be inserted logically or'ed
46
* with CTRLCHAR_CTRL
0 commit comments