linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Wahren <wahrenst@gmx.net>
To: Eric Anholt <eric@anholt.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Dave Stevenson <dave.stevenson@raspberrypi.org>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, devel@driverdev.osuosl.org,
	linux-media@vger.kernel.org, Stefan Wahren <wahrenst@gmx.net>
Subject: [PATCH V2 12/29] staging: bcm2835-camera: Fix missing lines between items
Date: Sat, 29 Jun 2019 14:13:27 +0200	[thread overview]
Message-ID: <1561810410-8829-13-git-send-email-wahrenst@gmx.net> (raw)
In-Reply-To: <1561810410-8829-1-git-send-email-wahrenst@gmx.net>

From: Dave Stevenson <dave.stevenson@raspberrypi.org>

Fix checkpatch errors for missing blank lines after variable
or structure declarations.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h b/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h
index 9bd262d..d9f0411 100644
--- a/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h
+++ b/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.h
@@ -128,6 +128,7 @@ int set_framerate_params(struct bm2835_mmal_dev *dev);
 		(pix_fmt)->pixelformat, (pix_fmt)->bytesperline,	\
 		(pix_fmt)->sizeimage, (pix_fmt)->colorspace, (pix_fmt)->priv); \
 }
+
 #define v4l2_dump_win_format(level, debug, dev, win_fmt, desc)	\
 {	\
 	v4l2_dbg(level, debug, dev,	\
--
2.7.4


  parent reply	other threads:[~2019-06-29 12:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-29 12:13 [PATCH V2 00/29] staging: bcm2835-camera: Improvements Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 01/29] staging: bcm2835-camera: Check the error for REPEAT_SEQ_HEADER Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 02/29] staging: bcm2835-camera: Replace spinlock protecting context_map with mutex Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 03/29] staging: bcm2835-camera: Do not bulk receive from service thread Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 04/29] staging: bcm2835-camera: Correctly denote key frames in encoded data Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 05/29] staging: bcm2835-camera: Return early on errors Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 06/29] staging: bcm2835-camera: Remove dead email addresses Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 07/29] staging: bcm2835-camera: Fix comment style violations Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 08/29] staging: bcm2835-camera: Fix spacing around operators Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 09/29] staging: bcm2835-camera: Reduce length of enum names Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 10/29] staging: bcm2835-camera: Fix multiple line dereference errors Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 11/29] staging: bcm2835-camera: Fix brace style issues Stefan Wahren
2019-06-29 12:13 ` Stefan Wahren [this message]
2019-06-29 12:13 ` [PATCH V2 13/29] staging: bcm2835-camera: Fix open parenthesis alignment Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 14/29] staging: bcm2835-camera: Ensure all buffers are returned on disable Stefan Wahren
2019-06-29 12:13 ` [PATCH V2 15/29] staging: bcm2835-camera: Remove check of the number of buffers supplied Stefan Wahren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1561810410-8829-13-git-send-email-wahrenst@gmx.net \
    --to=wahrenst@gmx.net \
    --cc=dave.stevenson@raspberrypi.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=eric@anholt.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=mchehab@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).