mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
staging: rtl8723bs: add blank line after declaration
Fix the checkpatch.pl warning: "WARNING: Missing a blank line after declarations" in drv_types.h. Add a blank line between the variable declaration and the subsequent statement in RTW_ENABLE_FUNC() to comply with the kernel coding style. Signed-off-by: Dang Vu Duc Hien <dvdh12707@gmail.com> Link: https://patch.msgid.link/20260727195236.663392-1-dvdh12707@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
25185078f2
commit
c6eb4dc596
|
|
@ -389,6 +389,7 @@ struct adapter {
|
|||
static inline void RTW_ENABLE_FUNC(struct adapter *padapter, int func_bit)
|
||||
{
|
||||
int df = atomic_read(&adapter_to_dvobj(padapter)->disable_func);
|
||||
|
||||
df &= ~(func_bit);
|
||||
atomic_set(&adapter_to_dvobj(padapter)->disable_func, df);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user