Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752639AbdLLLly (ORCPT ); Tue, 12 Dec 2017 06:41:54 -0500 Received: from ozlabs.org ([103.22.144.67]:56667 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003AbdLLLjU (ORCPT ); Tue, 12 Dec 2017 06:39:20 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: f2c2cbcc35d47f1471a04155ac357521f5170371 In-Reply-To: To: Joe Perches , Anatolij Gustschin , Scott Wood , Kumar Gala , Benjamin Herrenschmidt , Paul Mackerras , Geoff Levand From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc: Use pr_warn instead of pr_warning Message-Id: <3ywyXQ5lPJz9sBW@ozlabs.org> Date: Tue, 12 Dec 2017 22:39:18 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 555 Lines: 21 On Tue, 2016-10-25 at 04:00:08 UTC, Joe Perches wrote: > At some point, pr_warning will be removed so all logging messages use > a consistent _warn style. > > Update arch/powerpc/ > > Miscellanea: > > o Coalesce formats > o Realign arguments > o Use %s, __func__ instead of embedded function names > o Remove unnecessary line continuations > > Signed-off-by: Joe Perches > Acked-by: Geoff Levand Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f2c2cbcc35d47f1471a04155ac3575 cheers