All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vikram Narayanan <vikram186@gmail.com>
To: linux-mtd@lists.infradead.org
Cc: Brian Norris <computersforpeace@gmail.com>,
	Artem Bityutskiy <dedekind1@gmail.com>
Subject: [RESEND PATCH 0/9] mtd_tests cleanup
Date: Wed, 10 Oct 2012 23:01:49 +0530	[thread overview]
Message-ID: <5075B105.4080701@gmail.com> (raw)

This patch series removes the usage of PRINT_PREF and printk's and
replaces it with pr_{info,err,crit} whichever is applicable.

Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Artem Bityutskiy <dedekind1@gmail.com>

Brian Norris (1):
  mtd: mtd_oobtest: printk -> pr_{info,err,crit}

Vikram Narayanan (8):
  mtd_tests/mtd_nandbiterrs: Replace msg macro with pr_{info,err}
  mtd_tests/mtd_nandecctest: Use pr_fmt macro
  mtd_tests/mtd_pagetest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_readtest: Replace printk with pr_{info,err}
  mtd_tests/mtd_speedtest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_stresstest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_subpagetest: Replace printk with pr_{info,crit,err}
  mtd_tests/mtd_torturetest: Replace printk with pr_{info,crit}

 drivers/mtd/tests/mtd_nandbiterrs.c |   73 ++++++++--------
 drivers/mtd/tests/mtd_nandecctest.c |    6 +-
 drivers/mtd/tests/mtd_oobtest.c     |  171 +++++++++++++++++------------------
 drivers/mtd/tests/mtd_pagetest.c    |  152 ++++++++++++++++----------------
 drivers/mtd/tests/mtd_readtest.c    |   42 +++++-----
 drivers/mtd/tests/mtd_speedtest.c   |   88 +++++++++---------
 drivers/mtd/tests/mtd_stresstest.c  |   44 +++++-----
 drivers/mtd/tests/mtd_subpagetest.c |  124 +++++++++++++-------------
 drivers/mtd/tests/mtd_torturetest.c |   73 ++++++++--------
 9 files changed, 387 insertions(+), 386 deletions(-)

-- 
1.7.4.1

             reply	other threads:[~2012-10-10 17:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-10 17:31 Vikram Narayanan [this message]
2012-10-10 17:34 ` [PATCH RESEND 1/9] mtd_tests/mtd_nandbiterrs: Replace msg macro with pr_{info,err} Vikram Narayanan
2012-10-10 17:37 ` [PATCH RESEND 2/9] mtd_tests/mtd_nandecctest: Use pr_fmt macro Vikram Narayanan
2012-10-10 17:37 ` [PATCH RESEND 3/9] mtd_tests/mtd_pagetest: Replace printk with pr_{info, crit, err} Vikram Narayanan
2012-10-10 17:38 ` [PATCH RESEND 4/9] mtd_tests/mtd_readtest: Replace printk with pr_{info, err} Vikram Narayanan
2012-10-10 17:40 ` [PATCH RESEND 5/9] mtd_tests/mtd_speedtest: Replace printk with pr_{info, crit, err} Vikram Narayanan
2012-10-10 17:40 ` [PATCH RESEND 6/9] mtd_tests/mtd_stresstest: Replace printk with pr_{info,crit,err} Vikram Narayanan
2012-10-10 17:41 ` [PATCH RESEND 7/9] mtd_tests/mtd_subpagetest: " Vikram Narayanan
2012-10-10 17:41 ` [PATCH RESEND 8/9] mtd_tests/mtd_torturetest: Replace printk with pr_{info,crit} Vikram Narayanan
2012-10-10 17:42 ` [PATCH RESEND 9/9] mtd: mtd_oobtest: printk -> pr_{info,err,crit} Vikram Narayanan
2012-10-14  9:10   ` [PATCH RESEND 9/9] mtd: mtd_oobtest: printk -> pr_{info, err, crit} Vikram Narayanan
2012-10-18  9:20 ` [RESEND PATCH 0/9] mtd_tests cleanup Artem Bityutskiy
2012-10-18 18:29   ` Vikram Narayanan

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=5075B105.4080701@gmail.com \
    --to=vikram186@gmail.com \
    --cc=computersforpeace@gmail.com \
    --cc=dedekind1@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    /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.