Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223636
b: refs/heads/master
c: 4b8fe66
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry V. Levin authored and David S. Miller committed Dec 17, 2010
1 parent 58bafee commit b7b964d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4680d3db71f13d2764340a9880745bf54f2469d
refs/heads/master: 4b8fe66300acb2fba8b16d62606e0d30204022fc
2 changes: 1 addition & 1 deletion trunk/include/linux/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct nlmsghdr {
Check NLM_F_EXCL
*/

#define NLMSG_ALIGNTO 4
#define NLMSG_ALIGNTO 4U
#define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
#define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
#define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
Expand Down

0 comments on commit b7b964d

Please sign in to comment.