diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:25:07 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:19:58 -0500 |
commit | 746fac4dcd82864c6ecd85d3f09cc173db9b1870 (patch) | |
tree | d87e5eb8802c16f3f06a73d0a84b183953883f9b /net/netlink/genetlink.c | |
parent | e1a95265b44ca31456adaacebebcde12714f0c03 (diff) |
[NET] NETLINK: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink/genetlink.c')
-rw-r--r-- | net/netlink/genetlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/genetlink.c b/net/netlink/genetlink.c index 548e4e6e698f..c2996794eb25 100644 --- a/net/netlink/genetlink.c +++ b/net/netlink/genetlink.c | |||
@@ -310,7 +310,7 @@ static int genl_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, | |||
310 | if (nlh->nlmsg_type < NLMSG_MIN_TYPE) | 310 | if (nlh->nlmsg_type < NLMSG_MIN_TYPE) |
311 | goto ignore; | 311 | goto ignore; |
312 | 312 | ||
313 | family = genl_family_find_byid(nlh->nlmsg_type); | 313 | family = genl_family_find_byid(nlh->nlmsg_type); |
314 | if (family == NULL) { | 314 | if (family == NULL) { |
315 | err = -ENOENT; | 315 | err = -ENOENT; |
316 | goto errout; | 316 | goto errout; |