All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH NAND 0/5] Replace printk statements with pr_*macros
@ 2018-02-16 16:50 Shreeya Patel
  2018-02-16 16:55 ` [PATCH NAND 1/5] mtd/nand: Replace printk with pr_warn Shreeya Patel
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Shreeya Patel @ 2018-02-16 16:50 UTC (permalink / raw)
  To: boris.brezillon, richard, dwmw2, computersforpeace, marek.vasut,
	cyrille.pitchen, outreachy-kernel, ezequiel
  Cc: Shreeya Patel

This patchset removes all the log levels i.e. KERN_WARN,
KERN_NOTICE, KERN_ERR, KERN_INFO, KERN_DEBUG used in the printk
statements and replaces the printk statements with appropriate
pr_*macros.
According to the kernel coding style, pr_*macro is the preferred
way to print the message.


Shreeya Patel (5):
  mtd/nand: Replace printk with pr_warn
  mtd/nand: Replace printk with pr_notice
  mtd/nand: Replace printk with pr_err
  mtd/nand: Replace printk with pr_info
  mtd/nand: Replace printk with pr_debug

 drivers/mtd/nand/ams-delta.c     |  4 +--
 drivers/mtd/nand/cafe_nand.c     |  4 +--
 drivers/mtd/nand/cs553x_nand.c   |  8 ++---
 drivers/mtd/nand/diskonchip.c    | 76 +++++++++++++++++++++-------------------
 drivers/mtd/nand/fsl_elbc_nand.c |  4 +--
 drivers/mtd/nand/fsl_ifc_nand.c  |  2 +-
 drivers/mtd/nand/mxc_nand.c      |  2 +-
 drivers/mtd/nand/nand_bch.c      | 12 +++----
 drivers/mtd/nand/nandsim.c       | 10 +++---
 drivers/mtd/nand/r852.c          |  2 +-
 drivers/mtd/nand/r852.h          |  6 ++--
 drivers/mtd/nand/sh_flctl.c      |  2 +-
 drivers/mtd/nand/sm_common.c     |  5 ++-
 13 files changed, 70 insertions(+), 67 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2018-02-18 20:31 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 16:50 [PATCH NAND 0/5] Replace printk statements with pr_*macros Shreeya Patel
2018-02-16 16:55 ` [PATCH NAND 1/5] mtd/nand: Replace printk with pr_warn Shreeya Patel
2018-02-16 17:08   ` [Outreachy kernel] " Julia Lawall
2018-02-16 17:52     ` Shreeya Patel
2018-02-16 16:57 ` [PATCH NAND 2/5] mtd/nand: Replace printk with pr_notice Shreeya Patel
2018-02-16 17:00 ` [PATCH NAND 3/5] mtd/nand: Replace printk with pr_err Shreeya Patel
2018-02-16 17:03 ` [PATCH NAND 4/5] mtd/nand: Replace printk with pr_info Shreeya Patel
2018-02-16 17:08 ` [PATCH NAND 5/5] mtd/nand: Replace printk with pr_debug Shreeya Patel
2018-02-16 17:19 ` [PATCH NAND 0/5] Replace printk statements with pr_*macros Richard Weinberger
2018-02-16 17:24   ` Ezequiel Garcia
2018-02-16 17:25     ` Ezequiel Garcia
2018-02-16 17:58     ` Richard Weinberger
2018-02-16 18:15       ` Boris Brezillon
2018-02-16 18:48     ` [Outreachy kernel] " Greg KH
2018-02-16 18:54       ` Julia Lawall
2018-02-16 18:00   ` Boris Brezillon
2018-02-16 17:19 ` Ezequiel Garcia
2018-02-16 17:23   ` [Outreachy kernel] " Julia Lawall
2018-02-16 17:26     ` Ezequiel Garcia
2018-02-16 17:48       ` Boris Brezillon
2018-02-16 17:59         ` Shreeya Patel
     [not found]         ` <1518976870.2784.4.camel@gmail.com>
     [not found]           ` <20180218191347.76f4a287@bbrezillon>
     [not found]             ` <1518978365.2969.6.camel@gmail.com>
2018-02-18 20:09               ` Boris Brezillon
2018-02-18 20:20                 ` Shreeya Patel
2018-02-18 20:30                 ` Shreeya Patel
2018-02-16 17:35   ` Shreeya Patel
2018-02-16 17:45   ` Boris Brezillon

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.