Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618750
| From | Manny Vindiola <mannyv@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] add blank line after declarations |
| Date | 2017-04-07 14:50 +0200 |
| Message-ID | <ttBuW-78a-33@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add blank line after variable declarations as part of checkpatch.pl style fixup.
Signed-off-by: Manny Vindiola <mannyv@gmail.com>
---
drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c b/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c
index 996d1bd..48b9604 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c
+++ b/drivers/staging/media/atomisp/pci/atomisp2/atomisp_tpg.c
@@ -56,6 +56,7 @@ static int tpg_set_fmt(struct v4l2_subdev *sd,
struct v4l2_subdev_format *format)
{
struct v4l2_mbus_framefmt *fmt = &format->format;
+
if (format->pad)
return -EINVAL;
/* only raw8 grbg is supported by TPG */
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] add blank line after declarations Manny Vindiola <mannyv@gmail.com> - 2017-04-07 14:50 +0200 Re: [PATCH] add blank line after declarations Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-08 13:10 +0200
csiph-web