[PATCH v4 3/4] staging: media: atomisp: reformat block comments
From: Serban-Pascu Robert
Date: Mon Mar 30 2026 - 03:38:32 EST
Add missing asterisks to block comments to conform with the
standard Linux kernel comment style.
Signed-off-by: Serban-Pascu Robert <robyserbanpascu06@xxxxxxxxx>
---
drivers/staging/media/atomisp/pci/system_global.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/system_global.h b/drivers/staging/media/atomisp/pci/system_global.h
index 6420436d88f7..c65a5be8445a 100644
--- a/drivers/staging/media/atomisp/pci/system_global.h
+++ b/drivers/staging/media/atomisp/pci/system_global.h
@@ -100,8 +100,9 @@ typedef enum {
N_GDC_ID
} gdc_ID_t;
-/* this extra define is needed because we want to use it also
- in the preprocessor, and that doesn't work with enums.
+/*
+ * this extra define is needed because we want to use it also
+ * in the preprocessor, and that doesn't work with enums.
*/
#define N_GDC_ID_CPP 2
--
2.43.0