From: Tony Cheneau Date: Tue, 26 Mar 2013 18:09:24 +0000 (+0000) Subject: 6lowpan: fix a small formatting issue X-Git-Tag: firefly_0821_release~3680^2~548^2~320 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ababf3859641047cafafdfd8ac60270a7a87935d;p=firefly-linux-kernel-4.4.55.git 6lowpan: fix a small formatting issue This formatting issue was introduced with commit d4ac32365dcbfd341a87eae444c26679f889249a Signed-off-by: Tony Cheneau Signed-off-by: David S. Miller --- diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index c9c3f3d18c41..f4969d782362 100644 --- a/net/ieee802154/6lowpan.c +++ b/net/ieee802154/6lowpan.c @@ -104,7 +104,7 @@ static const u8 lowpan_llprefix[] = {0xfe, 0x80}; struct lowpan_dev_info { struct net_device *real_dev; /* real WPAN device ptr */ struct mutex dev_list_mtx; /* mutex for list ops */ - unsigned short fragment_tag; + unsigned short fragment_tag; }; struct lowpan_dev_record {