From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934208AbdBQOH4 (ORCPT ); Fri, 17 Feb 2017 09:07:56 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:33603 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933951AbdBQOHz (ORCPT ); Fri, 17 Feb 2017 09:07:55 -0500 Date: Fri, 17 Feb 2017 15:07:51 +0100 From: Robert Richter To: Joe Perches Cc: oprofile-list@lists.sf.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 26/35] drivers/oprofile: Convert remaining uses of pr_warning to pr_warn Message-ID: <20170217140751.GK4906@rric.localdomain> References: <6eab0af65745478c301cd19b6952e30ae1777311.1487314667.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eab0af65745478c301cd19b6952e30ae1777311.1487314667.git.joe@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16.02.17 23:11:39, Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for drivers/oprofile > > Prior to this patch, there were 2 uses of pr_warning and > 0 uses of pr_warn in drivers/oprofile > > Signed-off-by: Joe Perches Acked-by: Robert Richter