aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
diff options
context:
space:
mode:
authorGabriel Fanelli <gabrielfanelli61@gmail.com>2018-06-07 03:12:16 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-28 06:51:25 -0400
commitce3ff60f02349471b3bb24516b87da799a5b61e6 (patch)
treec04aa641be6dd0aa95e4651f3fbd6d1898ce0023 /drivers/staging/media
parentmedia: renesas-ceu: Add support for YUYV permutations (diff)
downloadlinux-dev-ce3ff60f02349471b3bb24516b87da799a5b61e6.tar.xz
linux-dev-ce3ff60f02349471b3bb24516b87da799a5b61e6.zip
media: staging: media: bcm2048: match alignment with open parenthesis
This patch fixes the checkpatch.pl issue: CHECK: Alignment should match open parenthesis Signed-off-by: Gabriel Fanelli <gabrielfanelli61@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/staging/media')
-rw-r--r--drivers/staging/media/bcm2048/radio-bcm2048.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c b/drivers/staging/media/bcm2048/radio-bcm2048.c
index 06d1920150da..a90b2eb112f9 100644
--- a/drivers/staging/media/bcm2048/radio-bcm2048.c
+++ b/drivers/staging/media/bcm2048/radio-bcm2048.c
@@ -2175,7 +2175,7 @@ static int bcm2048_fops_release(struct file *file)
}
static __poll_t bcm2048_fops_poll(struct file *file,
- struct poll_table_struct *pts)
+ struct poll_table_struct *pts)
{
struct bcm2048_device *bdev = video_drvdata(file);
__poll_t retval = 0;