[PATCH 2/3] media: atomisp: fix block comment formatting in ia_css_mipi.h

From: Bohdan D. Marcus

Date: Thu Jul 02 2026 - 09:56:47 EST


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@xxxxxxxxx>
---
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