projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5cc8e
)
ath6kl: fix indentation in htc_issued_send()
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Mon, 15 Aug 2011 01:10:03 +0000
(18:10 -0700)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 31 Aug 2011 07:10:53 +0000
(10:10 +0300)
One line used space to indent. Oddly enough checkpatch didn't complain
about this.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/htc.c
b/drivers/net/wireless/ath/ath6kl/htc.c
index a8dc5c3ea567b9cb42926139fa678879ec2bce42..20016602dfd8a21f52178fd56697c8114864f7f0 100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/htc.c
+++ b/
drivers/net/wireless/ath/ath6kl/htc.c
@@
-196,7
+196,7
@@
static int htc_issue_send(struct htc_target *target, struct htc_packet *packet)
HIF_WR_SYNC_BLOCK_INC);
packet->status = status;
-
packet->buf += HTC_HDR_LENGTH;
+ packet->buf += HTC_HDR_LENGTH;
} else
status = hif_write_async(target->dev->ar,
target->dev->ar->mbox_info.htc_addr,