Commit f916e23f authored by Payal Kshirsagar's avatar Payal Kshirsagar Committed by Greg Kroah-Hartman

staging: rtl8712: alignment should match open parenthesis

Align code to the open parenthesis to fix the alignment issue.
Signed-off-by: default avatarPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 88ad17b6
...@@ -353,7 +353,7 @@ static u8 fix_header(struct _adapter *padapter, u8 header, u16 header_addr) ...@@ -353,7 +353,7 @@ static u8 fix_header(struct _adapter *padapter, u8 header, u16 header_addr)
} }
u8 r8712_efuse_pg_packet_write(struct _adapter *padapter, const u8 offset, u8 r8712_efuse_pg_packet_write(struct _adapter *padapter, const u8 offset,
const u8 word_en, const u8 *data) const u8 word_en, const u8 *data)
{ {
u8 pg_header = 0; u8 pg_header = 0;
u16 efuse_addr = 0, curr_size = 0; u16 efuse_addr = 0, curr_size = 0;
...@@ -441,7 +441,7 @@ u8 r8712_efuse_access(struct _adapter *padapter, u8 bRead, u16 start_addr, ...@@ -441,7 +441,7 @@ u8 r8712_efuse_access(struct _adapter *padapter, u8 bRead, u16 start_addr,
break; break;
} }
res = efuse_one_byte_rw(padapter, bRead, start_addr + i, res = efuse_one_byte_rw(padapter, bRead, start_addr + i,
data + i); data + i);
if (!bRead && !res) if (!bRead && !res)
break; break;
} }
...@@ -554,7 +554,7 @@ u8 r8712_efuse_map_write(struct _adapter *padapter, u16 addr, u16 cnts, ...@@ -554,7 +554,7 @@ u8 r8712_efuse_map_write(struct _adapter *padapter, u16 addr, u16 cnts,
offset++; offset++;
if (!empty) if (!empty)
if (!r8712_efuse_pg_packet_read(padapter, offset, if (!r8712_efuse_pg_packet_read(padapter, offset,
pktdata)) pktdata))
return false; return false;
i = 0; i = 0;
j = 0; j = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment