All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org,
	Sergei Shtylyov <sshtylyov@ru.mvista.com>,
	Krzysztof Halasa <khc@pm.waw.pl>,
	Borislav Petkov <petkovbb@gmail.com>
Subject: drivers/ide/ide-core: Convert printk's to pr_<foo> and dev_<foo>
Date: Mon, 18 May 2009 13:11:26 -0700	[thread overview]
Message-ID: <cover.1242676752.git.joe@perches.com> (raw)

Standardize printk's by mostly mechanical conversions of
printk(KERN_<foo> to pr_<foo>(.  The KERN_DEBUG uses are
not done, deferred until a more standard mechanism exists

Standardize pr_<foo> logging uses of drive->name and hwif->name
to use dev_<foo>.

Signed-off-by: Joe Perches <joe@perches.com>

Joe Perches (2):
  drivers/ide/ide-core: Convert printk(KERN_<foo> to pr_<foo>( without KERN_DEBUG
  drivers/ide/ide-core: Convert pr_<foo> to dev_<foo>

 drivers/ide/ide-acpi.c      |   17 +++----
 drivers/ide/ide-atapi.c     |   67 +++++++++++++--------------
 drivers/ide/ide-dma-sff.c   |    6 +-
 drivers/ide/ide-dma.c       |   28 ++++++------
 drivers/ide/ide-eh.c        |   25 +++++-----
 drivers/ide/ide-io.c        |   16 +++----
 drivers/ide/ide-ioctls.c    |    4 +-
 drivers/ide/ide-iops.c      |    9 ++--
 drivers/ide/ide-legacy.c    |    8 ++--
 drivers/ide/ide-lib.c       |   68 +++++++++++++-------------
 drivers/ide/ide-pm.c        |   11 ++--
 drivers/ide/ide-probe.c     |  108 ++++++++++++++++++++++---------------------
 drivers/ide/ide-proc.c      |   16 +++----
 drivers/ide/ide-scan-pci.c  |    4 +-
 drivers/ide/ide-taskfile.c  |   23 ++++-----
 drivers/ide/ide-xfer-mode.c |    6 +-
 drivers/ide/ide.c           |   25 ++++------
 drivers/ide/setup-pci.c     |   87 +++++++++++++++++-----------------
 18 files changed, 258 insertions(+), 270 deletions(-)


             reply	other threads:[~2009-05-18 20:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-18 20:11 Joe Perches [this message]
2009-05-18 20:11 ` [PATCH 1/2] drivers/ide/ide-core: Convert printk(KERN_<foo> to pr_<foo>( without KERN_DEBUG Joe Perches
2009-05-18 20:11   ` Joe Perches
2009-05-18 20:11 ` [PATCH 2/2] drivers/ide/ide-core: Convert pr_<foo> to dev_<foo> Joe Perches
2009-05-18 20:11   ` Joe Perches
2009-05-22 18:22 ` drivers/ide/ide-core: Convert printk's to pr_<foo> and dev_<foo> Bartlomiej Zolnierkiewicz

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.1242676752.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=bzolnier@gmail.com \
    --cc=khc@pm.waw.pl \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=petkovbb@gmail.com \
    --cc=sshtylyov@ru.mvista.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 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.