mwifiex: break a long line into two lines
authorBing Zhao <bzhao@marvell.com>
Mon, 26 Aug 2013 21:57:34 +0000 (14:57 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 28 Aug 2013 17:58:27 +0000 (13:58 -0400)
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>
drivers/net/wireless/mwifiex/11n_aggr.c

index f69d7e068e756aa45bce4e21e150069393e9f0d4..21c688264708316b34c51d196aa36fff5f5aaf01 100644 (file)
@@ -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));