Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755950AbaDGSS6 (ORCPT ); Mon, 7 Apr 2014 14:18:58 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:56371 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755566AbaDGSSy (ORCPT ); Mon, 7 Apr 2014 14:18:54 -0400 From: Mitchel Humpherys To: Christoph Lameter , Pekka Enberg , Matt Mackall , Joe Perches , linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org, Mitchel Humpherys Subject: [PATCH v3] Some printk cleanup in mm Date: Mon, 7 Apr 2014 11:18:51 -0700 Message-Id: <1396894732-17963-1-git-send-email-mitchelh@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/