Skip to content

Commit c8c91b0

Browse files
bcopelandkvalo
authored andcommitted
ath9k_htc: fix up indents with spaces
Use tabs here. Found by smatch. Signed-off-by: Bob Copeland <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 1451a36 commit c8c91b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/net/wireless/ath/ath9k/htc_drv_init.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ static void ath9k_multi_regread(void *hw_priv, u32 *addr,
262262
__be32 tmpval[8];
263263
int i, ret;
264264

265-
for (i = 0; i < count; i++) {
266-
tmpaddr[i] = cpu_to_be32(addr[i]);
267-
}
265+
for (i = 0; i < count; i++) {
266+
tmpaddr[i] = cpu_to_be32(addr[i]);
267+
}
268268

269-
ret = ath9k_wmi_cmd(priv->wmi, WMI_REG_READ_CMDID,
269+
ret = ath9k_wmi_cmd(priv->wmi, WMI_REG_READ_CMDID,
270270
(u8 *)tmpaddr , sizeof(u32) * count,
271271
(u8 *)tmpval, sizeof(u32) * count,
272272
100);
@@ -275,9 +275,9 @@ static void ath9k_multi_regread(void *hw_priv, u32 *addr,
275275
"Multiple REGISTER READ FAILED (count: %d)\n", count);
276276
}
277277

278-
for (i = 0; i < count; i++) {
279-
val[i] = be32_to_cpu(tmpval[i]);
280-
}
278+
for (i = 0; i < count; i++) {
279+
val[i] = be32_to_cpu(tmpval[i]);
280+
}
281281
}
282282

283283
static void ath9k_regwrite_multi(struct ath_common *common)

0 commit comments

Comments
 (0)