You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
This is checkpatch fixes for hal/bb_cfg.c file: alignment should match open parenthesis. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5ce5b8d3f2
commit
5d5efcbddc
@@ -546,7 +546,7 @@ static void store_pwrindex_offset(struct adapter *Adapter, u32 regaddr, u32 bitm
|
||||
}
|
||||
|
||||
static void rtl_addr_delay(struct adapter *adapt,
|
||||
u32 addr, u32 bit_mask, u32 data)
|
||||
u32 addr, u32 bit_mask, u32 data)
|
||||
{
|
||||
switch (addr) {
|
||||
case 0xfe:
|
||||
|
||||
Reference in New Issue
Block a user