From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756207AbcCDMne (ORCPT ); Fri, 4 Mar 2016 07:43:34 -0500 Received: from mail-yw0-f195.google.com ([209.85.161.195]:33238 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbcCDMnd (ORCPT ); Fri, 4 Mar 2016 07:43:33 -0500 Date: Fri, 4 Mar 2016 07:43:31 -0500 From: Tejun Heo To: Joe Perches Cc: Andrew Morton , Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] mm: percpu: Use pr_fmt to prefix output Message-ID: <20160304124331.GD13868@htj.duckdns.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 03, 2016 at 03:25:34PM -0800, Joe Perches wrote: > Use the normal mechanism to make the logging output consistently > "percpu: " instead of a mix of "PERCPU: " and "percpu: " > > Signed-off-by: Joe Perches Acked-by: Tejun Heo Andrew, I think it'd be best to route this one with the rest of the series through -mm. Thanks! -- tejun