From: Joe Perches <joe@perches.com>
To: netdev@vger.kernel.org
Cc: Anil Murthy <anil.murthy@neterion.com>,
Sreenivasa Honnur <sreenivasa.honnur@neterion.com>,
Sivakumar Subramani <sivakumar.subramani@neterion.com>,
Rastapur Santosh <santosh.rastapur@neterion.com>,
Ramkrishna Vepa <ram.vepa@neterion.com>,
"David S. Miller" <davem@davemloft.net>,
Andrew Morton <akpm@linux-foundation.org>,
linux-next@vger.kernel.org
Subject: [PATCH 0/9] drivers/net/s2io.c: Cleanups
Date: Mon, 24 Aug 2009 20:29:39 -0700 [thread overview]
Message-ID: <cover.1251170438.git.joe@perches.com> (raw)
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_<level>
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(-)
next reply other threads:[~2009-08-25 3:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-25 3:29 Joe Perches [this message]
2009-08-25 3:29 ` [PATCH 1/9] s2io.c: Use const for strings Joe Perches
2009-08-25 3:29 ` [PATCH 2/9] s2io.c: Shorten code line length by using intermediate pointers Joe Perches
2009-08-25 3:29 ` [PATCH 3/9] s2io.c: Use calculated size in kmallocs Joe Perches
2009-08-25 3:29 ` [PATCH 4/9] s2io.c: use kzalloc Joe Perches
2009-08-25 3:29 ` [PATCH 5/9] s2io.c: Make more conforming to normal kernel style Joe Perches
2009-08-25 3:29 ` [PATCH 6/9] s2io.c: convert printks to pr_<level> Joe Perches
2009-08-25 3:29 ` [PATCH 7/9] s2io.c: fix spelling explaination Joe Perches
2009-08-25 3:29 ` [PATCH 8/9] s2io.c: Standardize statistics accessors Joe Perches
2009-08-25 3:29 ` [PATCH 9/9] s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg-> Joe Perches
2009-08-25 18:52 ` [PATCH 10/9] s2io: Generate complete messages using single line DBG_PRINTs Joe Perches
2009-08-26 22:33 ` [PATCH 0/9] drivers/net/s2io.c: Cleanups David Miller
2009-08-26 22:47 ` Joe Perches
2009-08-27 2:45 ` Ramkrishna Vepa
2009-08-31 5:21 ` Sreenivasa Honnur
2009-08-31 5:35 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1251170438.git.joe@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=anil.murthy@neterion.com \
--cc=davem@davemloft.net \
--cc=linux-next@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ram.vepa@neterion.com \
--cc=santosh.rastapur@neterion.com \
--cc=sivakumar.subramani@neterion.com \
--cc=sreenivasa.honnur@neterion.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).