From: Gabriel Fanelli Date: Thu, 7 Jun 2018 07:12:16 +0000 (-0400) Subject: media: staging: media: bcm2048: match alignment with open parenthesis X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ce3ff60f02349471b3bb24516b87da799a5b61e6;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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;