]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
staging: speakup: Add blank line after declarations
authorArushi Singhal <arushisinghal19971997@gmail.com>
Tue, 14 Mar 2017 05:16:42 +0000 (10:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Mar 2017 02:15:10 +0000 (11:15 +0900)
Patch fixes the warnings reported by checkpatch.pl
for please use a blank line after function/struct/union/enum
declarations.
Add a blank line after enum and struct declarations.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/main.c
drivers/staging/speakup/serialio.c
drivers/staging/speakup/speakup_dtlk.c

index 6f1595737553ea29b008c092cc163912a7a58e13..f280e22d7e1567932f824a2cd53393e2b6cf3151 100644 (file)
@@ -108,6 +108,7 @@ enum {
        CT_Window,
        CT_Max
 };
+
 #define read_all_mode CT_Max
 
 static struct tty_struct *tty;
index b37d476f4c8056b808bf5e07139c9202cd9ed02f..e197200dcd31d5e3a6663cf6856e4e450012d12d 100644 (file)
@@ -21,6 +21,7 @@ static void start_serial_interrupt(int irq);
 static const struct old_serial_port rs_table[] = {
        SERIAL_PORT_DFNS
 };
+
 static const struct old_serial_port *serstate;
 static int timeouts;
 
index 279739a94c798fe8b6b70f9ea97ad2a6f4a39152..693fac4365c3b05fae01b7bcc672db69d88ee9ed 100644 (file)
@@ -43,6 +43,7 @@ static int port_forced;
 static unsigned int synth_portlist[] = {
                 0x25e, 0x29e, 0x2de, 0x31e, 0x35e, 0x39e, 0
 };
+
 static u_char synth_status;
 
 static struct var_t vars[] = {