mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
mwifiex: break a long line into two lines
It exceeded 80 characters. Split it into two lines. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
f3e979a52c
commit
a16b635f24
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user