1
0
Fork 0

6lowpan: fix a small formatting issue

This formatting issue was introduced with commit
d4ac32365d

Signed-off-by: Tony Cheneau <tony.cheneau@amnesiak.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Tony Cheneau 2013-03-26 18:09:24 +00:00 committed by David S. Miller
parent 028889b0b3
commit ababf38596
1 changed files with 1 additions and 1 deletions

View 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 {