[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1420362377-16630-1-git-send-email-zhou.ning.gd@gmail.com>
Date: Sun, 4 Jan 2015 10:06:17 +0100
From: Ning Zhou <zhou.ning.gd@...il.com>
To: gregkh@...uxfoundation.org
Cc: monamagarwal123@...il.com, sjw0410@...il.com,
peter.p.waskiewicz.jr@...el.com, teg@...m.no,
dilekuzulmez@...il.com, gulsah.1004@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
davem@...emloft.net, Ning Zhou <zhou.ning.gd@...il.com>
Subject: [PATCH] staging: gdm724x: fix line limit coding style issue in gdm_lte.c
This is a patch to fix "WARNING: line over 80 characters" found by
checkpatch.pl in gdm_lte.c.
Signed-off-by: Ning Zhou <zhou.ning.gd@...il.com>
---
drivers/staging/gdm724x/gdm_lte.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/gdm724x/gdm_lte.c b/drivers/staging/gdm724x/gdm_lte.c
index 73eede1..7c4a77b 100644
--- a/drivers/staging/gdm724x/gdm_lte.c
+++ b/drivers/staging/gdm724x/gdm_lte.c
@@ -281,7 +281,8 @@ static int gdm_lte_emulate_ndp(struct sk_buff *skb_in, u32 nic_type)
icmp6_out.icmp6_type = NDISC_NEIGHBOUR_ADVERTISEMENT;
icmp6_out.icmp6_code = 0;
icmp6_out.icmp6_cksum = 0;
- icmp6_out.icmp6_dataun.un_data32[0] = htonl(0x60000000); /* R=0, S=1, O=1 */
+ /* R=0, S=1, O=1 */
+ icmp6_out.icmp6_dataun.un_data32[0] = htonl(0x60000000);
ns = (struct neighbour_solicitation *)
(skb_in->data + mac_header_len +
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists