kernel_optimize_test/net/l2tp
Wei Yongjun 7f8436a126 l2tp: fix return value check
In case of error, the function genlmsg_put() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-09-27 13:18:19 -04:00
..
Kconfig
l2tp_core.c l2tp: fix a lockdep splat 2012-09-04 14:07:50 -04:00
l2tp_core.h
l2tp_debugfs.c
l2tp_eth.c l2tp: fix a typo in l2tp_eth_dev_recv() 2012-09-04 15:54:55 -04:00
l2tp_ip.c
l2tp_ip6.c
l2tp_netlink.c l2tp: fix return value check 2012-09-27 13:18:19 -04:00
l2tp_ppp.c
Makefile