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:
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:
|
||||
|
|
Loading…
Reference in New Issue