Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1618750 > unrolled thread

[PATCH] add blank line after declarations

Started byManny Vindiola <mannyv@gmail.com>
First post2017-04-07 14:50 +0200
Last post2017-04-08 13:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1618750 — [PATCH] add blank line after declarations

FromManny Vindiola <mannyv@gmail.com>
Date2017-04-07 14:50 +0200
Subject[PATCH] add blank line after declarations
Message-ID<ttBuW-78a-33@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1619267

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-04-08 13:10 +0200
Message-ID<ttWpI-4vu-11@gated-at.bofh.it>
In reply to#1618750
On Fri, Apr 07, 2017 at 08:41:11AM -0400, Manny Vindiola wrote:
> 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(+)

Your subject line needs a lot of work, please read the reference
material I sent you for your last patch...

thanks,

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web