ath10k: fix few checkpatch warnings
[sfrench/cifs-2.6.git] / drivers / net / wireless / ath / ath10k / sdio.c
index e5316b911e1dd6ba9e57d922d58d221dc95ef823..2e9d782221538586580e024b163df8b18f84cdba 100644 (file)
@@ -694,7 +694,7 @@ static int ath10k_sdio_mbox_rx_fetch_bundle(struct ath10k *ar)
                htc_hdr = (struct ath10k_htc_hdr *)(ar_sdio->vsg_buffer + pkt_offset);
                pkt->act_len = le16_to_cpu(htc_hdr->len) + sizeof(*htc_hdr);
 
-               if (pkt->act_len > pkt->alloc_len ) {
+               if (pkt->act_len > pkt->alloc_len) {
                        ret = -EINVAL;
                        goto err;
                }