Re: [PATCH v4] [media] pci: Add tw5864 driver - fixed few style nits, going to resubmit soon

From: Andrey Utkin
Date: Tue Jul 12 2016 - 22:05:46 EST


Found and fixed few very minor coding style nits, will resubmit in few days,
now still waiting for comments to v4.

https://github.com/bluecherrydvr/linux/commits/tw5864

commit 31f7c98a144cb3fb8a94662f002d9b6142d1f390
Author: Andrey Utkin <andrey.utkin@xxxxxxxxxxxxxxxxxxx>
Date: Wed Jul 13 05:00:28 2016 +0300

Fix checkpatch --strict issue

CHECK: Alignment should match open parenthesis
#3599: FILE: drivers/media/pci/tw5864/tw5864-video.c:539:
+static int tw5864_fmt_vid_cap(struct file *file, void *priv,
+ struct v4l2_format *f)

commit 11a09a1048af597ecf374507b08c809eed91b86d
Author: Andrey Utkin <andrey.utkin@xxxxxxxxxxxxxxxxxxx>
Date: Wed Jul 13 04:59:34 2016 +0300

Fix checkpatch --strict issue

CHECK: Please don't use multiple blank lines
#3244: FILE: drivers/media/pci/tw5864/tw5864-video.c:184:

commit 861b2ba8593db7abe89291a4ba85976519783f4a
Author: Andrey Utkin <andrey.utkin@xxxxxxxxxxxxxxxxxxx>
Date: Wed Jul 13 04:58:37 2016 +0300

Fix checkpatch --strict issue

CHECK: No space is necessary after a cast
#3053: FILE: drivers/media/pci/tw5864/tw5864-util.c:36:
+ return (u8) tw_readl(TW5864_IND_DATA);