Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67061
b: refs/heads/master
c: d1ec3b7
h: refs/heads/master
i:
  67059: e3c92d9
v: v3
  • Loading branch information
Pierre Ynard authored and David S. Miller committed Oct 11, 2007
1 parent a2c0199 commit fcacc9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: fa8705b00aeca19d91a1437b8a5cf865999b28f6
refs/heads/master: d1ec3b772233826bf156284170632563790dbabf
10 changes: 5 additions & 5 deletions trunk/include/net/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
* nla_next(nla)-----------------------------'
*
* Data Structures:
* struct nlattr netlink attribtue header
* struct nlattr netlink attribute header
*
* Attribute Construction:
* nla_reserve(skb, type, len) reserve room for an attribute
Expand Down Expand Up @@ -706,7 +706,7 @@ static inline int nla_ok(const struct nlattr *nla, int remaining)
}

/**
* nla_next - next netlink attribte in attribute stream
* nla_next - next netlink attribute in attribute stream
* @nla: netlink attribute
* @remaining: number of bytes remaining in attribute stream
*
Expand Down Expand Up @@ -782,7 +782,7 @@ static inline int __nla_parse_nested_compat(struct nlattr *tb[], int maxtype,
({ data = nla_len(nla) >= len ? nla_data(nla) : NULL; \
__nla_parse_nested_compat(tb, maxtype, nla, policy, len); })
/**
* nla_put_u8 - Add a u16 netlink attribute to a socket buffer
* nla_put_u8 - Add a u8 netlink attribute to a socket buffer
* @skb: socket buffer to add attribute to
* @attrtype: attribute type
* @value: numeric value
Expand Down Expand Up @@ -998,7 +998,7 @@ static inline struct nlattr *nla_nest_start(struct sk_buff *skb, int attrtype)

/**
* nla_nest_end - Finalize nesting of attributes
* @skb: socket buffer the attribtues are stored in
* @skb: socket buffer the attributes are stored in
* @start: container attribute
*
* Corrects the container attribute header to include the all
Expand Down Expand Up @@ -1041,7 +1041,7 @@ static inline struct nlattr *nla_nest_compat_start(struct sk_buff *skb,

/**
* nla_nest_compat_end - Finalize nesting of compat attributes
* @skb: socket buffer the attribtues are stored in
* @skb: socket buffer the attributes are stored in
* @start: container attribute
*
* Corrects the container attribute header to include the all
Expand Down

0 comments on commit fcacc9f

Please sign in to comment.