Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: speakup: Add blank line after declarations

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>

authored by

Arushi Singhal and committed by
Greg Kroah-Hartman
defaa9ad 0b4139ad

+3
+1
drivers/staging/speakup/main.c
··· 108 108 CT_Window, 109 109 CT_Max 110 110 }; 111 + 111 112 #define read_all_mode CT_Max 112 113 113 114 static struct tty_struct *tty;
+1
drivers/staging/speakup/serialio.c
··· 21 21 static const struct old_serial_port rs_table[] = { 22 22 SERIAL_PORT_DFNS 23 23 }; 24 + 24 25 static const struct old_serial_port *serstate; 25 26 static int timeouts; 26 27
+1
drivers/staging/speakup/speakup_dtlk.c
··· 43 43 static unsigned int synth_portlist[] = { 44 44 0x25e, 0x29e, 0x2de, 0x31e, 0x35e, 0x39e, 0 45 45 }; 46 + 46 47 static u_char synth_status; 47 48 48 49 static struct var_t vars[] = {