Remove blank line after open braces, to fix the following checkpatch issue:
CHECK: Blank lines aren't necessary after an open brace '{'
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
        spin_lock_irqsave(&speakup_info.spinlock, flags);
        while (cp < end) {
-
                while ((cp < end) && (*cp == ' ' || *cp == '\t'))
                        cp++;
 
 
 
        spin_lock_irqsave(&speakup_info.spinlock, flags);
        while (inb_p(speakup_info.port_tts + UART_LSR) & UART_LSR_DR) {
-
                c = inb_p(speakup_info.port_tts+UART_RX);
                synth->read_buff_add((u_char)c);
        }