mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
staging: rtl8723bs: remove unnecessary block comment
Found a block comment formatting warning in odm_interface.h via checkpatch.pl. As far as I can tell, this block comment is no longer useful. Hence proposing to remove it. Signed-off-by: Jennifer Guo <guojy.bj@gmail.com> Link: https://patch.msgid.link/20260505185431.27037-1-guojy.bj@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
45a337c126
commit
0551fd8a1c
|
|
@ -18,14 +18,6 @@
|
|||
#define _bit_all(_name) BIT_##_name
|
||||
#define _bit_ic(_name, _ic) BIT_##_name##_ic
|
||||
|
||||
/*===================================
|
||||
|
||||
#define ODM_REG_DIG_11N 0xC50
|
||||
#define ODM_REG_DIG_11AC 0xDDD
|
||||
|
||||
ODM_REG(DIG)
|
||||
=====================================*/
|
||||
|
||||
#define _reg_11N(_name) ODM_REG_##_name##_11N
|
||||
#define _bit_11N(_name) ODM_BIT_##_name##_11N
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user