linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: dev.dragon@bk.ru
To: mchehab@kernel.org
Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org, Dmitrii Wolf <dev.dragon@bk.ru>
Subject: [PATCH] Staging: media: atomisp: pci: fixed a curly bracket coding style issue.
Date: Sat, 10 Apr 2021 22:16:56 +0300	[thread overview]
Message-ID: <20210410191655.32719-1-dev.dragon@bk.ru> (raw)

From: Dmitrii Wolf <dev.dragon@bk.ru>

Fixed a coding style issue.
---
 drivers/staging/media/atomisp/pci/atomisp_csi2.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp_csi2.c b/drivers/staging/media/atomisp/pci/atomisp_csi2.c
index 060b8765ae96..200f16994f3a 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_csi2.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_csi2.c
@@ -29,7 +29,8 @@ static struct v4l2_mbus_framefmt *__csi2_get_format(struct
 	v4l2_subdev_pad_config *cfg,
 	enum
 	v4l2_subdev_format_whence
-	which, unsigned int pad) {
+	which, unsigned int pad)
+{
 	if (which == V4L2_SUBDEV_FORMAT_TRY)
 		return v4l2_subdev_get_try_format(&csi2->subdev, cfg, pad);
 	else
-- 
2.25.1


             reply	other threads:[~2021-04-10 19:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10 19:16 dev.dragon [this message]
2021-04-30  7:54 ` [PATCH] Staging: media: atomisp: pci: fixed a curly bracket coding style issue Sakari Ailus
2021-04-30  7:55   ` Sakari Ailus
2021-04-11 13:48 dev.dragon
2021-04-13 10:23 ` Sakari Ailus

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=20210410191655.32719-1-dev.dragon@bk.ru \
    --to=dev.dragon@bk.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --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).