summaryrefslogtreecommitdiff
path: root/drivers/staging/most/video/video.c
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-11-21 15:05:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-27 09:20:36 +0100
commit7e0d35423350d118982096d151140616bbad147d (patch)
tree95f5b064b5501be1f2313e38e0dbc11675e072ac /drivers/staging/most/video/video.c
parentfdbdc0e6fe496ad3690be5b3c5c2dba1953ed976 (diff)
staging: most: core: fix formatting
This patch fixes coding style violations. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/video/video.c')
-rw-r--r--drivers/staging/most/video/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/video/video.c b/drivers/staging/most/video/video.c
index 4be1e0dc9dd2..098873851646 100644
--- a/drivers/staging/most/video/video.c
+++ b/drivers/staging/most/video/video.c
@@ -541,7 +541,7 @@ err_unreg:
}
static int comp_disconnect_channel(struct most_interface *iface,
- int channel_idx)
+ int channel_idx)
{
struct most_video_dev *mdev = get_comp_dev(iface, channel_idx);