mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-20 04:19:41 +00:00
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>
This commit is contained in:
parent
903a0e76aa
commit
2c4a4cded5
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user