summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayana Mariyappa <nayana.mariyappa@gmail.com>2026-01-16 15:05:08 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-16 16:14:41 +0300
commit97ba152cd30cdb7ab0e017c4af497b39008649eb (patch)
tree9d7c2aa49df4ed10ddf9788cb7d539ca45cfb89b
parent53e0181ee7225e3a1958c51b2f00f648878e91e1 (diff)
downloadlinux-97ba152cd30cdb7ab0e017c4af497b39008649eb.tar.xz
staging: rtl8723bs: fix block comment style
Fixed multi-line block comments in osdep_service.c to follow kernel coding style. Fixing the non-kernel-doc comment has been merged into this patch. No functional change. Signed-off-by: Nayana Mariyappa <nayana.mariyappa@gmail.com> Link: https://patch.msgid.link/20260116120511.48272-2-nayana.mariyappa@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/os_dep/osdep_service.c5
1 files changed, 1 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..f2d9c2240c9b 100644
--- a/drivers/staging/rtl8723bs/os_dep/osdep_service.c
+++ b/drivers/staging/rtl8723bs/os_dep/osdep_service.c
@@ -6,10 +6,7 @@
******************************************************************************/
#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 error_code to RTW_STATUS_CODE */
inline int RTW_STATUS_CODE(int error_code)
{
if (error_code >= 0)