public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Joshua Crofts <joshua.crofts1@gmail.com>
To: hansg@kernel.org, mchehab@kernel.org, andy@kernel.org,
	gregkh@linuxfoundation.org
Cc: sakari.ailus@linux.intel.com, grondon@gmail.com,
	linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org,
	Joshua Crofts <joshua.crofts1@gmail.com>
Subject: [PATCH] staging: atomisp: fix alignment in function signature
Date: Thu,  2 Apr 2026 09:18:27 +0000	[thread overview]
Message-ID: <20260402091827.2163-1-joshua.crofts1@gmail.com> (raw)

Fix alignment checks in function signatures

Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
---
 drivers/staging/media/atomisp/pci/atomisp_fops.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp_fops.c b/drivers/staging/media/atomisp/pci/atomisp_fops.c
index c7aef066f..c51d04af6 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_fops.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_fops.c
@@ -96,8 +96,8 @@ static int atomisp_buf_init(struct vb2_buffer *vb)
 }

 static int atomisp_q_one_metadata_buffer(struct atomisp_sub_device *asd,
-       enum atomisp_input_stream_id stream_id,
-       enum ia_css_pipe_id css_pipe_id)
+                                        enum atomisp_input_stream_id stream_id,
+                                        enum ia_css_pipe_id css_pipe_id)
 {
        struct atomisp_metadata_buf *metadata_buf;
        enum atomisp_metadata_type md_type = ATOMISP_MAIN_METADATA;
--
2.47.3


             reply	other threads:[~2026-04-02  9:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-02  9:18 Joshua Crofts [this message]
2026-04-02 12:50 ` [PATCH] staging: atomisp: fix alignment in function signature Andy Shevchenko
2026-04-02 12:56   ` Joshua Crofts
2026-04-02 13:03     ` Andy Shevchenko
2026-04-02 14:16       ` Joshua Crofts
2026-04-03 20:21         ` [PATCH v2] staging: atomisp: cleanup parenthesis alignment in pci Joshua Crofts
2026-04-04 19:48           ` Andy Shevchenko
2026-04-05 14:39             ` [PATCH v3] staging: media: " Joshua Crofts
2026-04-06 19:41               ` Andy Shevchenko
2026-04-07  6:32                 ` Joshua Crofts

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=20260402091827.2163-1-joshua.crofts1@gmail.com \
    --to=joshua.crofts1@gmail.com \
    --cc=andy@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=grondon@gmail.com \
    --cc=hansg@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /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