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

staging: speakup: speakup_soft.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>

authored by

Walt Feasel and committed by
Greg Kroah-Hartman
469554a1 866352a8

+1 -2
+1 -2
drivers/staging/speakup/speakup_soft.c
··· 276 276 return count; 277 277 } 278 278 279 - static unsigned int softsynth_poll(struct file *fp, 280 - struct poll_table_struct *wait) 279 + static unsigned int softsynth_poll(struct file *fp, struct poll_table_struct *wait) 281 280 { 282 281 unsigned long flags; 283 282 int ret = 0;