From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753519AbaGJNB1 (ORCPT ); Thu, 10 Jul 2014 09:01:27 -0400 Received: from mail-ig0-f179.google.com ([209.85.213.179]:45990 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752992AbaGJNBZ (ORCPT ); Thu, 10 Jul 2014 09:01:25 -0400 From: Alex Elder To: akpm@linux-foundation.org Cc: ak@linux.intel.com, bp@suse.de, jack@suse.cz, john.stultz@linaro.org, pmladek@suse.cz, rostedt@goodmis.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] printk: some minor fixups Date: Thu, 10 Jul 2014 08:01:20 -0500 Message-Id: <1404997284-20844-1-git-send-email-elder@linaro.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 makes some minor changes to kernel/printk/printk.c. I've been poking around that file and will have a few more substantive changes to propose soon, but I've been carrying around these little things for a bit and thought I should just get them out there. -Alex History: v2: - Renamed CONFIG_MESSAGE_LOGLEVEL_DEFAULT, as suggested - Added Reviewed-by (etc.) annotations This series, based on v3.16-rc4, is available here: http://git.linaro.org/landing-teams/working/broadcom/kernel.git Branch review/minor-printk-fixes-v2 Alex Elder (4): printk: rename DEFAULT_MESSAGE_LOGLEVEL printk: fix some comments printk: use a clever macro printk: miscellaneous cleanups include/linux/printk.h | 2 +- kernel/printk/printk.c | 63 ++++++++++++++++++++++---------------------------- lib/Kconfig.debug | 2 +- 3 files changed, 30 insertions(+), 37 deletions(-) -- 1.9.1