Browse Source

staging: speakup: synth.c Align parenthesis

Make suggested checkpatch modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Walt Feasel 8 years ago
parent
commit
020f95cb51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/speakup/synth.c

+ 1 - 1
drivers/staging/speakup/synth.c

@@ -67,7 +67,7 @@ int spk_serial_synth_probe(struct spk_synth *synth)
 		return -ENODEV;
 		return -ENODEV;
 	}
 	}
 	pr_info("%s: ttyS%i, Driver Version %s\n",
 	pr_info("%s: ttyS%i, Driver Version %s\n",
-			synth->long_name, synth->ser, synth->version);
+		synth->long_name, synth->ser, synth->version);
 	synth->alive = 1;
 	synth->alive = 1;
 	return 0;
 	return 0;
 }
 }