netlink: remove duplicated NLMSG_ALIGN
authorHong zhi guo <[email protected]>
Mon, 25 Mar 2013 19:04:05 +0000 (19:04 +0000)
committerDavid S. Miller <[email protected]>
Tue, 26 Mar 2013 16:40:05 +0000 (12:40 -0400)
commita88b9ce5ad4fc633b159b37d3ed8af60a4008fbc
treebfd6ae6ba6fad351e89bb6731f466c61c755e545
parent03c9d7ab180ee17c851378ecd3562147f933e48d
netlink: remove duplicated NLMSG_ALIGN

NLMSG_HDRLEN is already aligned value. It's for directly reference
without extra alignment.

The redundant alignment here may confuse the API users.

Signed-off-by: Hong Zhiguo <[email protected]>
Acked-by: Thomas Graf <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/uapi/linux/netlink.h