Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a16b635f authored by Bing Zhao's avatar Bing Zhao Committed by John W. Linville
Browse files

mwifiex: break a long line into two lines



It exceeded 80 characters. Split it into two lines.

Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f3e979a5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -69,7 +69,8 @@ mwifiex_11n_form_amsdu_pkt(struct sk_buff *skb_aggr,
	memcpy(&tx_header->eth803_hdr, skb_src->data, dt_offset);

	/* Copy SNAP header */
	snap.snap_type = le16_to_cpu(*(__le16 *) ((u8 *)skb_src->data + dt_offset));
	snap.snap_type =
		le16_to_cpu(*(__le16 *) ((u8 *)skb_src->data + dt_offset));
	dt_offset += sizeof(u16);

	memcpy(&tx_header->rfc1042_hdr, &snap, sizeof(struct rfc_1042_hdr));