From: "Bohdan D. Marcus" <bohdandmarcus@gmail.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org,
"Bohdan D. Marcus" <bohdandmarcus@gmail.com>
Subject: [PATCH 2/3] media: atomisp: fix block comment formatting in ia_css_mipi.h
Date: Thu, 2 Jul 2026 16:52:29 +0300 [thread overview]
Message-ID: <20260702135230.19030-3-bohdandmarcus@gmail.com> (raw)
In-Reply-To: <20260702135230.19030-1-bohdandmarcus@gmail.com>
Fix block comment formatting issues reported by checkpatch.pl
in ia_css_mipi.h by moving the opening '/*' to a separate line
to conform to the Linux kernel coding style guidelines.
Signed-off-by: Bohdan D. Marcus <bohdandmarcus@gmail.com>
---
drivers/staging/media/atomisp/pci/ia_css_mipi.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/ia_css_mipi.h b/drivers/staging/media/atomisp/pci/ia_css_mipi.h
index 9fb178c8f3a5..e79b4de8584c 100644
--- a/drivers/staging/media/atomisp/pci/ia_css_mipi.h
+++ b/drivers/staging/media/atomisp/pci/ia_css_mipi.h
@@ -7,7 +7,8 @@
#ifndef __IA_CSS_MIPI_H
#define __IA_CSS_MIPI_H
-/* @file
+/*
+ * @file
* This file contains MIPI support functionality
*/
@@ -16,7 +17,8 @@
#include "ia_css_stream_format.h"
#include "ia_css_input_port.h"
-/* @brief Calculate the size of a mipi frame.
+/*
+ * @brief Calculate the size of a mipi frame.
*
* @param[in] width The width (in pixels) of the frame.
* @param[in] height The height (in lines) of the frame.
--
2.55.0
next prev parent reply other threads:[~2026-07-02 13:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-02 13:52 [PATCH 0/3] media: atomisp: clean up block comment formatting Bohdan D. Marcus
2026-07-02 13:52 ` [PATCH 1/3] media: atomisp: fix block comment formatting in atomisp_internal.h Bohdan D. Marcus
2026-07-02 13:52 ` Bohdan D. Marcus [this message]
2026-07-02 13:52 ` [PATCH 3/3] media: atomisp: fix block comment formatting in ia_css_timer.h Bohdan D. Marcus
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=20260702135230.19030-3-bohdandmarcus@gmail.com \
--to=bohdandmarcus@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--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