aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-02-09 23:25:07 +0900
committerDavid S. Miller <davem@sunset.davemloft.net>2007-02-10 23:19:58 -0800
commit746fac4dcd82864c6ecd85d3f09cc173db9b1870 (patch)
treed87e5eb8802c16f3f06a73d0a84b183953883f9b /net/netlink/genetlink.c
parent[NET] NETLABEL: Fix whitespace errors. (diff)
downloadlinux-dev-746fac4dcd82864c6ecd85d3f09cc173db9b1870.tar.xz
linux-dev-746fac4dcd82864c6ecd85d3f09cc173db9b1870.zip
[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.c2
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,
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;