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

Configure Feed

Select the types of activity you want to include in your feed.

tty/sysrq: Add a blank line after declarations

Add a blank line after declarations, reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1617779210-51576-2-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Xiaofei Tan and committed by
Greg Kroah-Hartman
2c4a4cde 903a0e76

+1
+1
drivers/tty/sysrq.c
··· 118 118 static void sysrq_handle_SAK(int key) 119 119 { 120 120 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; 121 + 121 122 schedule_work(SAK_work); 122 123 } 123 124 static const struct sysrq_key_op sysrq_SAK_op = {