staging: wfx: fix indentation
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 15 May 2020 08:33:12 +0000 (10:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 May 2020 14:00:51 +0000 (16:00 +0200)
Fix indention of wfx_skb_dtor().

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200515083325.378539-7-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/data_tx.c

index cac8c9e..a125902 100644 (file)
@@ -484,9 +484,9 @@ static void wfx_skb_dtor(struct wfx_dev *wdev,
        struct hif_msg *hif = (struct hif_msg *)skb->data;
        struct hif_req_tx *req = (struct hif_req_tx *)hif->body;
        struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface);
-       unsigned int offset = sizeof(struct hif_req_tx) +
-                               sizeof(struct hif_msg) +
-                               req->data_flags.fc_offset;
+       unsigned int offset = sizeof(struct hif_msg) +
+                             sizeof(struct hif_req_tx) +
+                             req->data_flags.fc_offset;
 
        WARN_ON(!wvif);
        skb_pull(skb, offset);