Commit 469554a1 authored by Walt Feasel's avatar Walt Feasel Committed by Greg Kroah-Hartman
Browse files

staging: speakup: speakup_soft.c Align parenthesis



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

Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 866352a8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;