summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/aim-cdev
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-10-21 17:50:43 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:08:16 -0700
commitedaa1e33e21ab38c683be0037605e3408f2a5a02 (patch)
tree6314c80d1f7e298821409e9781b67ee2b8a31b05 /drivers/staging/most/aim-cdev
parentc6c3f3458f456d53da0f2ed587a0227b8b950eda (diff)
downloadlinux-edaa1e33e21ab38c683be0037605e3408f2a5a02.tar.bz2
staging: most: make alignment match open parenthesis
This patch fixes coding style violations by making alignments match open parenthesis. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/aim-cdev')
-rw-r--r--drivers/staging/most/aim-cdev/cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/aim-cdev/cdev.c b/drivers/staging/most/aim-cdev/cdev.c
index 49411b722f19..be81a6a57ab0 100644
--- a/drivers/staging/most/aim-cdev/cdev.c
+++ b/drivers/staging/most/aim-cdev/cdev.c
@@ -100,7 +100,7 @@ static int aim_open(struct inode *inode, struct file *filp)
}
ret = most_start_channel(channel->iface, channel->channel_id,
- &cdev_aim);
+ &cdev_aim);
if (ret)
atomic_dec(&channel->access_ref);
return ret;