mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
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>
This commit is contained in:
parent
866352a891
commit
469554a148
@ -276,8 +276,7 @@ static ssize_t softsynth_write(struct file *fp, const char __user *buf,
|
||||
return count;
|
||||
}
|
||||
|
||||
static unsigned int softsynth_poll(struct file *fp,
|
||||
struct poll_table_struct *wait)
|
||||
static unsigned int softsynth_poll(struct file *fp, struct poll_table_struct *wait)
|
||||
{
|
||||
unsigned long flags;
|
||||
int ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user