From: Jennifer Guo Date: Thu, 7 May 2026 05:00:11 +0000 (-0700) Subject: staging: rtl8723bs: remove commented out enum values from odm_types.h X-Git-Tag: v7.2-rc1~66^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b168d35438e2b609a3486ca2fa3f099f9adf9e;p=thirdparty%2Fkernel%2Fstable.git staging: rtl8723bs: remove commented out enum values from odm_types.h Found these commented out enum values, while checking for block comment issues with checkpatch.pl. These seem to be ok to remove for cleanup. I verified via: git grep 'RT_STATUS_' drivers/staging/rtl8723bs/ to check there are no other occurrences. Signed-off-by: Jennifer Guo Link: https://patch.msgid.link/20260507050011.17066-1-guojy.bj@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/odm_types.h b/drivers/staging/rtl8723bs/hal/odm_types.h index 0da662e1493a6..bc0c4d027492e 100644 --- a/drivers/staging/rtl8723bs/hal/odm_types.h +++ b/drivers/staging/rtl8723bs/hal/odm_types.h @@ -18,12 +18,6 @@ enum hal_status { HAL_STATUS_SUCCESS, HAL_STATUS_FAILURE, - /*RT_STATUS_PENDING, - RT_STATUS_RESOURCE, - RT_STATUS_INVALID_CONTEXT, - RT_STATUS_INVALID_PARAMETER, - RT_STATUS_NOT_SUPPORT, - RT_STATUS_OS_API_FAILED,*/ };