]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netlink/genetlink.c
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
[linux-2.6-omap-h63xx.git] / net / netlink / genetlink.c
index 548e4e6e698f041f3802a28339b4ed69ba971b7c..c2996794eb25c0c939dcd52ae594e0727322e654 100644 (file)
@@ -310,7 +310,7 @@ static int genl_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh,
        if (nlh->nlmsg_type < NLMSG_MIN_TYPE)
                goto ignore;
 
-               family = genl_family_find_byid(nlh->nlmsg_type);
+       family = genl_family_find_byid(nlh->nlmsg_type);
        if (family == NULL) {
                err = -ENOENT;
                goto errout;