6lowpan: fix a small formatting issue
authorTony Cheneau <tony.cheneau@amnesiak.org>
Tue, 26 Mar 2013 18:09:24 +0000 (18:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Mar 2013 04:52:16 +0000 (00:52 -0400)
This formatting issue was introduced with commit
d4ac32365dcbfd341a87eae444c26679f889249a

Signed-off-by: Tony Cheneau <tony.cheneau@amnesiak.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c

index c9c3f3d18c41c9612c333fe79288b6687ae96c4e..f4969d78236203be815e25514aeb0965b593c650 100644 (file)
@@ -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 {