linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] Some printk cleanup in mm
@ 2014-04-07 18:18 Mitchel Humpherys
  2014-04-07 18:18 ` [PATCH v3] mm: convert some level-less printks to pr_* Mitchel Humpherys
  2014-04-07 19:27 ` [PATCH v3] Some printk cleanup in mm Christoph Lameter
  0 siblings, 2 replies; 3+ messages in thread
From: Mitchel Humpherys @ 2014-04-07 18:18 UTC (permalink / raw)
  To: Christoph Lameter, Pekka Enberg, Matt Mackall, Joe Perches,
	linux-mm
  Cc: linux-kernel, Mitchel Humpherys

This series cleans up some printks in the mm code that were missing
log levels.

Changelog:

  - v3: Leaving slub.c alone. It's using hand-tagged printk's
    correctly so it's probably just churn to convert everything to the
    pr_ macros.

  - v2: Suggestions by Joe Perches (pr_fmt, pr_cont, pr_err, __func__,
    missing \n)

Mitchel Humpherys (1):
  mm: convert some level-less printks to pr_*

 mm/bounce.c    |  7 +++++--
 mm/mempolicy.c |  5 ++++-
 mm/mmap.c      | 21 ++++++++++++---------
 mm/nommu.c     |  5 ++++-
 mm/vmscan.c    |  5 ++++-
 5 files changed, 29 insertions(+), 14 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2014-04-07 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 18:18 [PATCH v3] Some printk cleanup in mm Mitchel Humpherys
2014-04-07 18:18 ` [PATCH v3] mm: convert some level-less printks to pr_* Mitchel Humpherys
2014-04-07 19:27 ` [PATCH v3] Some printk cleanup in mm Christoph Lameter

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).