linux/net/x25
Denis Cheng 0e3cf7e916 [X25]: use LIST_HEAD instead of LIST_HEAD_INIT
single list_head variable initialized with LIST_HEAD_INIT could almost
always can be replaced with LIST_HEAD declaration, this shrinks the code
and looks better.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:56:53 -08:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile [X.25]: Add call forwarding 2007-02-08 13:34:02 -08:00
af_x25.c [NET]: Forget the zero_it argument of sk_alloc() 2007-11-01 00:39:31 -07:00
sysctl_net_x25.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
x25_dev.c [NET]: Make packet reception network namespace safe 2007-10-10 16:49:08 -07:00
x25_facilities.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_forward.c [X25]: use LIST_HEAD instead of LIST_HEAD_INIT 2008-01-28 14:56:53 -08:00
x25_in.c [SK_BUFF]: Some more conversions to skb_copy_from_linear_data 2007-04-25 22:28:30 -07:00
x25_link.c [X25]: use LIST_HEAD instead of LIST_HEAD_INIT 2008-01-28 14:56:53 -08:00
x25_out.c [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 2007-04-25 22:28:29 -07:00
x25_proc.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
x25_route.c [X25]: use LIST_HEAD instead of LIST_HEAD_INIT 2008-01-28 14:56:53 -08:00
x25_subr.c [X25]: allow ITU-T DTE facilities for x25 2006-03-22 00:01:31 -08:00
x25_timer.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00