diff options
Diffstat (limited to 'net/ipv4/devinet.c')
-rw-r--r-- | net/ipv4/devinet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index 5f344eb3fc25..59ebe16d06fc 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c | |||
@@ -1883,7 +1883,7 @@ static int inet_netconf_dump_devconf(struct sk_buff *skb, | |||
1883 | cb->nlh->nlmsg_seq, | 1883 | cb->nlh->nlmsg_seq, |
1884 | RTM_NEWNETCONF, | 1884 | RTM_NEWNETCONF, |
1885 | NLM_F_MULTI, | 1885 | NLM_F_MULTI, |
1886 | -1) <= 0) { | 1886 | -1) < 0) { |
1887 | rcu_read_unlock(); | 1887 | rcu_read_unlock(); |
1888 | goto done; | 1888 | goto done; |
1889 | } | 1889 | } |
@@ -1899,7 +1899,7 @@ cont: | |||
1899 | NETLINK_CB(cb->skb).portid, | 1899 | NETLINK_CB(cb->skb).portid, |
1900 | cb->nlh->nlmsg_seq, | 1900 | cb->nlh->nlmsg_seq, |
1901 | RTM_NEWNETCONF, NLM_F_MULTI, | 1901 | RTM_NEWNETCONF, NLM_F_MULTI, |
1902 | -1) <= 0) | 1902 | -1) < 0) |
1903 | goto done; | 1903 | goto done; |
1904 | else | 1904 | else |
1905 | h++; | 1905 | h++; |
@@ -1910,7 +1910,7 @@ cont: | |||
1910 | NETLINK_CB(cb->skb).portid, | 1910 | NETLINK_CB(cb->skb).portid, |
1911 | cb->nlh->nlmsg_seq, | 1911 | cb->nlh->nlmsg_seq, |
1912 | RTM_NEWNETCONF, NLM_F_MULTI, | 1912 | RTM_NEWNETCONF, NLM_F_MULTI, |
1913 | -1) <= 0) | 1913 | -1) < 0) |
1914 | goto done; | 1914 | goto done; |
1915 | else | 1915 | else |
1916 | h++; | 1916 | h++; |