]> 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)
commit8bb17d14802a44ce1449e766f333e6fcfdc377a0
tree9befba0c7dc9370016019015248ffbf06b0a80cb
parentd4ab0b0cda7aad4fdd1987291457ef08d6278dcf
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