Browse Source

staging: speakup: fix checkpatch warning

This fixes the cheackpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Roxana Blaj 11 năm trước cách đây
mục cha
commit
0a3a725adb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/staging/speakup/main.c

+ 1 - 0
drivers/staging/speakup/main.c

@@ -2239,6 +2239,7 @@ static int vt_notifier_call(struct notifier_block *nb,
 			speakup_bs(vc);
 		else if (param->c < 0x100) {
 			char d = param->c;
+
 			speakup_con_write(vc, &d, 1);
 		}
 		break;