2023-10-10 08:23:57

by Jeongtae Park

[permalink] [raw]
Subject: [PATCH v3 5/6] cxl: Fix block comment style

WARNING: Block comments should align the * on each line

Reviewed-by: Dave Jiang <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Signed-off-by: Jeongtae Park <[email protected]>
---
drivers/cxl/cxl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cxl/cxl.h b/drivers/cxl/cxl.h
index 545381355efb..0bbe0c15bfa9 100644
--- a/drivers/cxl/cxl.h
+++ b/drivers/cxl/cxl.h
@@ -334,7 +334,7 @@ enum cxl_decoder_type {
* @flags: memory type capabilities and locking
* @commit: device/decoder-type specific callback to commit settings to hw
* @reset: device/decoder-type specific callback to reset hw settings
-*/
+ */
struct cxl_decoder {
struct device dev;
int id;
--
2.34.1