[PATCH] media: atomisp: fix trailing block comment style

Michelle Jin posted 1 patch 2 months, 3 weeks ago
.../media/atomisp/include/linux/atomisp_platform.h   | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
[PATCH] media: atomisp: fix trailing block comment style
Posted by Michelle Jin 2 months, 3 weeks ago
Fixes a checkpatch.pl warning regarding block comment formatting.

The trailing '*/' on line 78 was moved to a separate line to conform to
Linux kernel coding style guidelines.

Signed-off-by: Michelle Jin <shjy180909@gmail.com>
---
 .../media/atomisp/include/linux/atomisp_platform.h   | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
index 6146555fe9cf..95e18c7ddc13 100644
--- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
+++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
@@ -73,9 +73,11 @@ enum atomisp_input_format {
 	/* CSI2-MIPI specific format: YUV data.
 	 */
 	ATOMISP_INPUT_FORMAT_YUV420_8_SHIFT,  /* YUV420 8-bit (Chroma Shifted
-						 Pixel Sampling) */
+					       * Pixel Sampling)
+					       */
 	ATOMISP_INPUT_FORMAT_YUV420_10_SHIFT, /* YUV420 8-bit (Chroma Shifted
-						 Pixel Sampling) */
+					       * Pixel Sampling)
+					       */
 
 	/* CSI2-MIPI specific format: Generic long packet data
 	 */
@@ -119,10 +121,12 @@ struct atomisp_input_stream_info {
 	enum atomisp_input_stream_id stream;
 	u8 enable;
 	/* Sensor driver fills ch_id with the id
-	   of the virtual channel. */
+	 * of the virtual channel.
+	 */
 	u8 ch_id;
 	/* Tells how many streams in this virtual channel. If 0 ignore rest
-	 * and the input format will be from mipi_info */
+	 * and the input format will be from mipi_info
+	 */
 	u8 isys_configs;
 	/*
 	 * if more isys_configs is more than 0, sensor needs to configure the
-- 
2.39.5