Skip to content

Commit

Permalink
[PATCH] netlabel gfp annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 24, 2006
1 parent 8abf106 commit 1db2ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/netlabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
*/
static inline struct sk_buff *netlbl_netlink_alloc_skb(size_t head,
size_t body,
int gfp_flags)
gfp_t gfp_flags)
{
struct sk_buff *skb;

Expand Down

0 comments on commit 1db2ea3

Please sign in to comment.