]> git.baikalelectronics.ru Git - kernel.git/commit
net: skbuff: Use ALIGN macro instead of open coding it
authorTobias Klauser <tklauser@distanz.ch>
Tue, 22 Jul 2014 10:06:23 +0000 (12:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2014 20:39:42 +0000 (13:39 -0700)
commitdd9dc26e40ce863eb183d9b4527f0c8afe35216f
tree9befba0c7dc9370016019015248ffbf06b0a80cb
parent15257b42ca8eb0ff1fc262c01df6ff6c24680967
net: skbuff: Use ALIGN macro instead of open coding it

Use ALIGN from linux/kernel.h to define SKB_DATA_ALIGN instead of open
coding it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h