ath6kl: fix indentation in htc_issued_send()
[deliverable/linux.git] / 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,
This page took 0.044413 seconds and 5 git commands to generate.