[PATCH v2 1/4] staging: rtl8723bs: fix block comment style
From: Nayana Mariyappa
Date: Fri Jan 09 2026 - 06:07:34 EST
Fixed multi-line block comments in osdep_service.c to follow kernel
coding style.
No functional change.
Signed-off-by: Nayana Mariyappa <nayana.mariyappa@xxxxxxxxx>
---
drivers/staging/rtl8723bs/os_dep/osdep_service.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/osdep_service.c b/drivers/staging/rtl8723bs/os_dep/osdep_service.c
index a00f9f0c85c5..8f6dd3560303 100644
--- a/drivers/staging/rtl8723bs/os_dep/osdep_service.c
+++ b/drivers/staging/rtl8723bs/os_dep/osdep_service.c
@@ -6,10 +6,10 @@
******************************************************************************/
#include <drv_types.h>
-/*
-* Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE
-* @return: one of RTW_STATUS_CODE
-*/
+/**
+ * Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE
+ * @return: one of RTW_STATUS_CODE
+ */
inline int RTW_STATUS_CODE(int error_code)
{
if (error_code >= 0)
--
2.43.0