projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903a0e7
)
tty/sysrq: Add a blank line after declarations
author
Xiaofei Tan
<tanxiaofei@huawei.com>
Wed, 7 Apr 2021 07:06:41 +0000
(15:06 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
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 <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>
drivers/tty/sysrq.c
patch
|
blob
|
history
diff --git
a/drivers/tty/sysrq.c
b/drivers/tty/sysrq.c
index
959f9e1
..
0372ed7
100644
(file)
--- a/
drivers/tty/sysrq.c
+++ b/
drivers/tty/sysrq.c
@@
-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 = {