From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752111AbdBTEk0 (ORCPT ); Sun, 19 Feb 2017 23:40:26 -0500 Received: from ozlabs.org ([103.22.144.67]:45923 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbdBTEkZ (ORCPT ); Sun, 19 Feb 2017 23:40:25 -0500 From: Michael Ellerman To: Joe Perches , Anatolij Gustschin , Scott Wood , Kumar Gala , Benjamin Herrenschmidt , Paul Mackerras , Geoff Levand Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/35] powerpc: Convert remaining uses of pr_warning to pr_warn In-Reply-To: <37c7a30a9666c203b7fce26da1c489e8e33f241e.1487314667.git.joe@perches.com> References: <37c7a30a9666c203b7fce26da1c489e8e33f241e.1487314667.git.joe@perches.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Mon, 20 Feb 2017 15:40:19 +1100 Message-ID: <87wpclh3v0.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Joe Perches writes: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for arch/powerpc > > Prior to this patch, there were 36 uses of pr_warning and > 217 uses of pr_warn in arch/powerpc > > Signed-off-by: Joe Perches Can I take this via the powerpc tree, or do you want to merge them as a series? cheers