]> Git Repo - linux.git/commitdiff
tty/sysrq: Add a blank line after declarations
authorXiaofei Tan <[email protected]>
Wed, 7 Apr 2021 07:06:41 +0000 (15:06 +0800)
committerGreg Kroah-Hartman <[email protected]>
Sat, 10 Apr 2021 08:33:00 +0000 (10:33 +0200)
Add a blank line after declarations, reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/sysrq.c

index 959f9e121cc61a3f9b23749ec7b130564e26d689..0372ed795eb02c7163362dc726ca888393e6eafb 100644 (file)
@@ -118,6 +118,7 @@ static const struct sysrq_key_op sysrq_loglevel_op = {
 static void sysrq_handle_SAK(int key)
 {
        struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work;
+
        schedule_work(SAK_work);
 }
 static const struct sysrq_key_op sysrq_SAK_op = {
This page took 0.058297 seconds and 4 git commands to generate.