diff options
author | Tony Cheneau <tony.cheneau@amnesiak.org> | 2013-03-26 18:09:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-27 00:52:16 -0400 |
commit | ababf3859641047cafafdfd8ac60270a7a87935d (patch) | |
tree | f7958ee992bb3e5615ae570df4190cc8156f17dd /net/ieee802154 | |
parent | 028889b0b32064a3a23d6d8d4ef589a42a6d43c7 (diff) |
6lowpan: fix a small formatting issue
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>
Diffstat (limited to 'net/ieee802154')
-rw-r--r-- | net/ieee802154/6lowpan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index c9c3f3d18c4..f4969d78236 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 { |