staging: speakup: Align the code.
authorArushi Singhal <arushisinghal19971997@gmail.com>
Fri, 24 Mar 2017 11:17:27 +0000 (16:47 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Mar 2017 11:51:32 +0000 (13:51 +0200)
Delete tabs and add spaces to align the code to fix the
checkpatch issue: "CHECK: Alignment should match open parenthesis".

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

index 9cfdbbf..6ad83dc 100644 (file)
@@ -173,7 +173,7 @@ static void do_catch_up(struct spk_synth *synth)
                if (!synth->io_ops->synth_out(synth, ch)) {
                        outb(UART_MCR_DTR, speakup_info.port_tts + UART_MCR);
                        outb(UART_MCR_DTR | UART_MCR_RTS,
-                                       speakup_info.port_tts + UART_MCR);
+                            speakup_info.port_tts + UART_MCR);
                        schedule_timeout(msecs_to_jiffies(full_time_val));
                        continue;
                }
index 929a28d..c564bf8 100644 (file)
@@ -206,11 +206,11 @@ static void do_catch_up(struct spk_synth *synth)
                                if (!in_escape)
                                        synth->io_ops->synth_out(synth, PROCSPEECH);
                                spin_lock_irqsave(&speakup_info.spinlock,
-                                                       flags);
+                                                 flags);
                                jiffy_delta_val = jiffy_delta->u.n.value;
                                delay_time_val = delay_time->u.n.value;
                                spin_unlock_irqrestore(&speakup_info.spinlock,
-                                                       flags);
+                                                      flags);
                                schedule_timeout(msecs_to_jiffies
                                                 (delay_time_val));
                                jiff_max = jiffies + jiffy_delta_val;