From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [PATCH 0/9] drivers/net/s2io.c: Cleanups Date: Mon, 24 Aug 2009 20:29:39 -0700 Message-ID: Cc: Anil Murthy , Sreenivasa Honnur , Sivakumar Subramani , Rastapur Santosh , Ramkrishna Vepa , "David S. Miller" , Andrew Morton , linux-next@vger.kernel.org To: netdev@vger.kernel.org Return-path: Sender: linux-next-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Just a few cleanups, compiled, untested. No hardware. Joe Perches (9): s2io.c: Use const for strings s2io.c: Shorten code line length by using intermediate pointers s2io.c: Use calculated size in kmallocs s2io.c: use kzalloc s2io.c: Make more conforming to normal kernel style s2io.c: convert printks to pr_ s2io.c: fix spelling explaination s2io.c: Standardize statistics accessors s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg-> drivers/net/s2io.c | 3367 ++++++++++++++++++++++++++-------------------------- 1 files changed, 1695 insertions(+), 1672 deletions(-)