commit | fc4e98dbbaa30ca2180df0b2b0d0608045ed3f19 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Tue Feb 05 10:23:43 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 15:56:17 2013 -0500 |
tree | b8a555d561dfae5ac96cae94c4a8d9f19f7a75d6 | |
parent | a07fdceccf9d9f1b87f781e9a87662182e590d70 [diff] |
6lowpan: use stack buffer instead of heap head buffer is only temporary available in lowpan_header_create. So it's not necessary to put it on the heap. Also fixed a comment codestyle issue. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>