aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_soft.c
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-21 10:19:25 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-23 10:07:32 +0100
commit469554a148e86aa761fbbfcbca496be64f38568a (patch)
tree7574d2b7be3e2cf4f9aa85dc7192417e1d03e9e0 /drivers/staging/speakup/speakup_soft.c
parentstaging: speakup: speakup_soft.c comment modifications (diff)
downloadlinux-dev-469554a148e86aa761fbbfcbca496be64f38568a.tar.xz
linux-dev-469554a148e86aa761fbbfcbca496be64f38568a.zip
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>
Diffstat (limited to 'drivers/staging/speakup/speakup_soft.c')
-rw-r--r--drivers/staging/speakup/speakup_soft.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/speakup/speakup_soft.c b/drivers/staging/speakup/speakup_soft.c
index 50973cfc91ac..ed3e4282f41c 100644
--- a/drivers/staging/speakup/speakup_soft.c
+++ b/drivers/staging/speakup/speakup_soft.c
@@ -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;