Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15575
b: refs/heads/master
c: b461d2f
h: refs/heads/master
i:
  15573: dae1f9f
  15571: 6bd822e
  15567: 82e2a28
v: v3
  • Loading branch information
Per Liden authored and David S. Miller committed Jan 3, 2006
1 parent 9aecb71 commit 995765e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: fd19f329a32bdc4eb07885e0b3889567cfe00aa7
refs/heads/master: b461d2f2188c1c578ed651e4cdf608be7a993cd4
2 changes: 1 addition & 1 deletion trunk/include/net/genetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct genl_info
*/
struct genl_ops
{
unsigned int cmd;
u8 cmd;
unsigned int flags;
struct nla_policy *policy;
int (*doit)(struct sk_buff *skb,
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netlink/genetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int ctrl_dumpfamily(struct sk_buff *skb, struct netlink_callback *cb)
}

static struct sk_buff *ctrl_build_msg(struct genl_family *family, u32 pid,
int seq, int cmd)
int seq, u8 cmd)
{
struct sk_buff *skb;
int err;
Expand Down

0 comments on commit 995765e

Please sign in to comment.