]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
wcn36xx: Fix inconsistent indenting
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 26 May 2021 10:22:48 +0000 (18:22 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 14 Jun 2021 15:20:21 +0000 (18:20 +0300)
Eliminate the follow smatch warning:

drivers/net/wireless/ath/wcn36xx/dxe.c:803 wcn36xx_dxe_tx_frame() warn:
inconsistent indenting.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1622024568-32130-1-git-send-email-jiapeng.chong@linux.alibaba.com
drivers/net/wireless/ath/wcn36xx/dxe.c

index 63079231e48ec9955250f4990aab42035b957179..8e1dbfda6538675a20fa8f4b2b412e3fdeaf9d5e 100644 (file)
@@ -800,7 +800,7 @@ int wcn36xx_dxe_tx_frame(struct wcn36xx *wcn,
                         (char *)ctl_skb->skb->data, ctl_skb->skb->len);
 
        /* Move the head of the ring to the next empty descriptor */
-        ch->head_blk_ctl = ctl_skb->next;
+       ch->head_blk_ctl = ctl_skb->next;
 
        /* Commit all previous writes and set descriptors to VALID */
        wmb();