mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 10:18:34 +07: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