mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
staging: rtl8723bs: wrap long lines in rtl8723b_phycfg.c
Wrap lines that exceed the 100-column limit in rtl8723b_phycfg.c to resolve checkpatch.pl warnings. Arguments are aligned with the open parenthesis where appropriate to maintain readability. Signed-off-by: Jinemon Tama <osjin83@gmail.com> Reviewed-by: Luka Gejak <luka.gejak@linux.dev> Link: https://patch.msgid.link/20260410014214.10684-4-osjin83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
44ccc09fd2
commit
b168d5457d
|
|
@ -395,7 +395,8 @@ int PHY_BBConfig8723B(struct adapter *Adapter)
|
|||
|
||||
PHY_SetRFReg(Adapter, RF_PATH_A, 0x1, 0xfffff, 0x780);
|
||||
|
||||
rtw_write8(Adapter, REG_SYS_FUNC_EN, FEN_PPLL | FEN_PCIEA | FEN_DIO_PCIE | FEN_BB_GLB_RSTn | FEN_BBRSTB);
|
||||
rtw_write8(Adapter, REG_SYS_FUNC_EN,
|
||||
FEN_PPLL | FEN_PCIEA | FEN_DIO_PCIE | FEN_BB_GLB_RSTn | FEN_BBRSTB);
|
||||
|
||||
rtw_write8(Adapter, REG_AFE_XTAL_CTRL + 1, 0x80);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user