netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Use IS_ERR_OR_NULL().
@ 2013-01-22 16:32 YOSHIFUJI Hideaki
  2013-01-22 19:28 ` David Miller
  2013-01-23  1:44 ` Paul Gortmaker
  0 siblings, 2 replies; 3+ messages in thread
From: YOSHIFUJI Hideaki @ 2013-01-22 16:32 UTC (permalink / raw)
  To: davem, netdev; +Cc: yoshfuji

YOSHIFUJI Hideaki (4):
  net: Use IS_ERR_OR_NULL().
  ipv4: Use IS_ERR_OR_NULL().
  ipv6: Use IS_ERR_OR_NULL().
  netfilter: Use IS_ERR_OR_NULL().

 net/core/flow.c                 |    2 +-
 net/ipv4/af_inet.c              |    2 +-
 net/ipv4/netfilter/arp_tables.c |   10 +++++-----
 net/ipv4/netfilter/ip_tables.c  |   10 +++++-----
 net/ipv4/tcp.c                  |    2 +-
 net/ipv4/udp.c                  |    2 +-
 net/ipv6/addrconf.c             |    4 ++--
 net/ipv6/netfilter/ip6_tables.c |   10 +++++-----
 8 files changed, 21 insertions(+), 21 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-23  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 16:32 [PATCH net-next 0/4] Use IS_ERR_OR_NULL() YOSHIFUJI Hideaki
2013-01-22 19:28 ` David Miller
2013-01-23  1:44 ` Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).