Prev: of/gpio: Introduce of_put_gpio(), add ref counting for OF GPIO chips
Next: [PATCH 11/13] net: irda: use seq_list_foo() helpers
From: Li Zefan on 9 Feb 2010 04:20 This patchset introduces seq_hlist_foo() helpers, and convert net/* to seq_hlist_foo() and seq_list_foo(). Changelog: - Add kerneldoc in patch 1/13 - Fix compile warning in patch 11/13 - Fix a bug in patch 12/13 --- fs/seq_file.c | 60 ++++++++++++++++++++- include/linux/seq_file.h | 11 ++++ include/net/sock.h | 5 ++ net/appletalk/atalk_proc.c | 30 +---------- net/atm/proc.c | 2 +- net/atm/resources.c | 28 +++-------- net/ax25/af_ax25.c | 18 +----- net/ax25/ax25_uid.c | 25 ++-------- net/ipx/ipx_proc.c | 90 ++++---------------------------- net/irda/irlan/irlan_common.c | 28 ++--------- net/key/af_key.c | 20 +------ net/netrom/af_netrom.c | 21 +------- net/netrom/nr_route.c | 53 +++---------------- net/packet/af_packet.c | 20 +------ net/rose/af_rose.c | 22 +------- net/x25/x25_proc.c | 114 ++++------------------------------------- 16 files changed, 139 insertions(+), 408 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |