Commit d64d7376 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Greg Kroah-Hartman
Browse files

staging: wfx: fix indentation

parent 6598b12d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -484,8 +484,8 @@ 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) +
	unsigned int offset = sizeof(struct hif_msg) +
			      sizeof(struct hif_req_tx) +
			      req->data_flags.fc_offset;

	WARN_ON(!wvif);