mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
staging: rtl8723bs: fix multiple blank line check
Fix checkpatch.pl check regarding: - Please don't use multiple blank lines Remove multiple blank lines to adhere to kernel coding standards. Signed-off-by: Mahad Ibrahim <mahad.ibrahim.dev@gmail.com> Link: https://patch.msgid.link/20260129160426.13737-3-mahad.ibrahim.dev@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2a9fa972e3
commit
d868ba3032
|
|
@ -31,7 +31,6 @@ static bool CheckPositive(struct dm_odm_t *pDM_Odm, const u32 Condition1, const
|
|||
pDM_Odm->TypeALNA << 16 |
|
||||
pDM_Odm->TypeAPA << 24;
|
||||
|
||||
|
||||
/* Value Defined Check =============== */
|
||||
/* QFN Type [15:12] and Cut Version [27:24] need to do value check */
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ static bool CheckPositive(struct dm_odm_t *pDM_Odm, const u32 Condition1, const
|
|||
pDM_Odm->TypeALNA << 16 |
|
||||
pDM_Odm->TypeAPA << 24;
|
||||
|
||||
|
||||
/* Value Defined Check =============== */
|
||||
/* QFN Type [15:12] and Cut Version [27:24] need to do value check */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user