From: Joe Perches <joe@perches.com>
To: Petr Vandrovec <petr@vandrovec.name>
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] ncpfs: Logging cleanups
Date: Sun, 9 Feb 2014 14:48:44 -0800 [thread overview]
Message-ID: <cover.1391985629.git.joe@perches.com> (raw)
Mostly style updating with a couple of fmt/arg mismatch fixes
Joe Perches (5):
ncpfs: Add pr_fmt and convert printks to pr_<level>
ncpfs: Convert DPRINTK/DDPRINTK to ncp_dbg
ncpfs: Convert PPRINTK to ncp_vdbg
ncpfs: Remove now unused PRINTK macro
ncpfs: inode: Fix mismatch printk formats and arguments
fs/ncpfs/dir.c | 65 ++++++++++++++++++++++--------------------------
fs/ncpfs/file.c | 24 ++++++++++--------
fs/ncpfs/getopt.c | 12 +++++----
fs/ncpfs/inode.c | 32 ++++++++++++------------
fs/ncpfs/ioctl.c | 17 ++++++-------
fs/ncpfs/mmap.c | 2 +-
fs/ncpfs/ncp_fs.h | 30 +++++++++++-----------
fs/ncpfs/ncplib_kernel.c | 28 ++++++++++-----------
fs/ncpfs/sock.c | 49 ++++++++++++++++++------------------
fs/ncpfs/symlink.c | 2 +-
10 files changed, 130 insertions(+), 131 deletions(-)
--
1.8.1.2.459.gbcd45b4.dirty
next reply other threads:[~2014-02-09 22:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-09 22:48 Joe Perches [this message]
2014-02-09 22:48 ` [PATCH 1/5] ncpfs: Add pr_fmt and convert printks to pr_<level> Joe Perches
2014-02-09 22:48 ` [PATCH 2/5] ncpfs: Convert DPRINTK/DDPRINTK to ncp_dbg Joe Perches
2014-02-10 0:53 ` Joe Perches
2014-02-09 22:48 ` [PATCH 3/5] ncpfs: Convert PPRINTK to ncp_vdbg Joe Perches
2014-02-09 22:48 ` [PATCH 4/5] ncpfs: Remove now unused PRINTK macro Joe Perches
2014-02-09 22:48 ` [PATCH 5/5] ncpfs: inode: Fix mismatch printk formats and arguments Joe Perches
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.1391985629.git.joe@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=petr@vandrovec.name \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.