Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221640
b: refs/heads/master
c: 6b8c92b
h: refs/heads/master
v: v3
  • Loading branch information
Nelson Elhage authored and David S. Miller committed Nov 4, 2010
1 parent b6ad4bf commit 00bdc7f
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: 1f1b9c9990205759aae31b7734b0ede41a867f32
refs/heads/master: 6b8c92ba07287578718335ce409de8e8d7217e40
2 changes: 1 addition & 1 deletion trunk/include/net/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static inline int nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen,
*
* Returns the first attribute which matches the specified type.
*/
static inline struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh,
static inline struct nlattr *nlmsg_find_attr(const struct nlmsghdr *nlh,
int hdrlen, int attrtype)
{
return nla_find(nlmsg_attrdata(nlh, hdrlen),
Expand Down

0 comments on commit 00bdc7f

Please sign in to comment.