media: staging: media: bcm2048: match alignment with open parenthesis
authorGabriel Fanelli <gabrielfanelli61@gmail.com>
Thu, 7 Jun 2018 07:12:16 +0000 (03:12 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 28 Jun 2018 10:51:25 +0000 (06:51 -0400)
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>
drivers/staging/media/bcm2048/radio-bcm2048.c

index 06d1920..a90b2eb 100644 (file)
@@ -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;