Commit 0a3a725a authored by Roxana Blaj's avatar Roxana Blaj Committed by Greg Kroah-Hartman

staging: speakup: fix checkpatch warning

This fixes the cheackpatch warning:
WARNING: Missing a blank line after declarations
Signed-off-by: default avatarRoxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 472fe30e
...@@ -2239,6 +2239,7 @@ static int vt_notifier_call(struct notifier_block *nb, ...@@ -2239,6 +2239,7 @@ static int vt_notifier_call(struct notifier_block *nb,
speakup_bs(vc); speakup_bs(vc);
else if (param->c < 0x100) { else if (param->c < 0x100) {
char d = param->c; char d = param->c;
speakup_con_write(vc, &d, 1); speakup_con_write(vc, &d, 1);
} }
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment