git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c9d7a
)
netlink: remove duplicated NLMSG_ALIGN
author
Hong zhi guo
<honkiko@gmail.com>
Mon, 25 Mar 2013 19:04:05 +0000
(19:04 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Mar 2013 16:40:05 +0000
(12:40 -0400)
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 <honkiko@gmail.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found