linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Moritz C. Weber" <mo.c.weber@gmail.com>
To: florian.fainelli@broadcom.com
Cc: linux-staging@lists.linux.dev,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	"Moritz C. Weber" <mo.c.weber@gmail.com>
Subject: [PATCH v2 2/8] Staging: vc04_services: bcm2835-camera: fix brace code style check
Date: Sat, 17 Feb 2024 22:12:40 +0100	[thread overview]
Message-ID: <20240217211246.28882-3-mo.c.weber@gmail.com> (raw)
In-Reply-To: <20240217211246.28882-1-mo.c.weber@gmail.com>

Reformat function parameters to fix checkpatch check:
Increase readability and consistency

Signed-off-by: Moritz C. Weber <mo.c.weber@gmail.com>
---
 .../vc04_services/bcm2835-camera/bcm2835-camera.c     | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c b/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c
index 05e5e4ab1..1fa868163 100644
--- a/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c
+++ b/drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c
@@ -405,12 +405,11 @@ static void buffer_cb(struct vchiq_mmal_instance *instance,
 	    is_capturing(dev)) {
 		v4l2_dbg(1, bcm2835_v4l2_debug, &dev->v4l2_dev,
 			 "Grab another frame as buffer has EOS");
-		vchiq_mmal_port_parameter_set(
-			instance,
-			dev->capture.camera_port,
-			MMAL_PARAMETER_CAPTURE,
-			&dev->capture.frame_count,
-			sizeof(dev->capture.frame_count));
+		vchiq_mmal_port_parameter_set(instance,
+					      dev->capture.camera_port,
+					      MMAL_PARAMETER_CAPTURE,
+					      &dev->capture.frame_count,
+					      sizeof(dev->capture.frame_count));
 	}
 }
 
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-02-17 21:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 21:12 [PATCH v2 0/8] Staging: vc04_services: bcm2835-camera: Fix code style checks Moritz C. Weber
2024-02-17 21:12 ` [PATCH v2 1/8] Staging: vc04_services: bcm2835-camera: fix brace code style check Moritz C. Weber
2024-02-17 21:12 ` Moritz C. Weber [this message]
2024-02-17 21:12 ` [PATCH v2 3/8] " Moritz C. Weber
2024-02-17 21:12 ` [PATCH v2 4/8] " Moritz C. Weber
2024-02-17 21:12 ` [PATCH v2 5/8] " Moritz C. Weber
2024-02-17 21:12 ` [PATCH v2 6/8] Staging: vc04_services: bcm2835-camera: fix blank line " Moritz C. Weber
2024-02-17 21:12 ` [PATCH v2 7/8] Staging: vc04_services: bcm2835-camera: fix brace code " Moritz C. Weber
2024-02-17 21:12 ` [PATCH v2 8/8] " Moritz C. Weber
2024-02-19  7:38 ` [PATCH v2 0/8] Staging: vc04_services: bcm2835-camera: Fix code style checks Dan Carpenter
2024-02-19  8:17   ` Dan Carpenter
2024-02-19  9:22     ` Moritz Christian Weber
2024-02-19 11:22     ` [PATCH v3 0/2] " Moritz C. Weber
2024-02-19 11:22       ` [PATCH v3 1/2] Staging: vc04_services: bcm2835-camera: fix blank line style check Moritz C. Weber
2024-02-19 11:22       ` [PATCH v3 2/2] Staging: vc04_services: bcm2835-camera: fix brace code " Moritz C. Weber
2024-02-19 12:31       ` [PATCH v3 0/2] Staging: vc04_services: bcm2835-camera: Fix code style checks Dan Carpenter

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=20240217211246.28882-3-mo.c.weber@gmail.com \
    --to=mo.c.weber@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-staging@lists.linux.dev \
    /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).