From: Alexander Aring Date: Tue, 5 Feb 2013 10:23:43 +0000 (+0000) Subject: 6lowpan: use stack buffer instead of heap X-Git-Tag: v3.9-rc1~139^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4e98dbbaa30ca2180df0b2b0d0608045ed3f19;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed