]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: remove commented out enum values from odm_types.h
authorJennifer Guo <guojy.bj@gmail.com>
Thu, 7 May 2026 05:00:11 +0000 (22:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 May 2026 08:03:52 +0000 (10:03 +0200)
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 <guojy.bj@gmail.com>
Link: https://patch.msgid.link/20260507050011.17066-1-guojy.bj@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/odm_types.h

index 0da662e1493a6fad9604b1dc6225229d832c7c2b..bc0c4d027492ee54d7fb50b8a3d95c8767271d0b 100644 (file)
 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,*/
 };