]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ath6kl: fix indentation in htc_issued_send()
authorKalle Valo <kvalo@qca.qualcomm.com>
Mon, 15 Aug 2011 01:10:03 +0000 (18:10 -0700)
committerKalle 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

index a8dc5c3ea567b9cb42926139fa678879ec2bce42..20016602dfd8a21f52178fd56697c8114864f7f0 100644 (file)
@@ -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,