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-Tag: v4.19~407^2~391 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce3ff60f02349471b3bb24516b87da799a5b61e6;p=platform%2Fkernel%2Flinux-rpi.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 06d1920..a90b2eb 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;