From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754338AbcCDMmh (ORCPT ); Fri, 4 Mar 2016 07:42:37 -0500 Received: from mail-yw0-f194.google.com ([209.85.161.194]:35165 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753568AbcCDMmf (ORCPT ); Fri, 4 Mar 2016 07:42:35 -0500 Date: Fri, 4 Mar 2016 07:42:33 -0500 From: Tejun Heo To: Joe Perches Cc: Andrew Morton , Vegard Nossum , Pekka Enberg , Catalin Marinas , Naoya Horiguchi , Christoph Lameter , Hugh Dickins , David Rientjes , Joonsoo Kim , Johannes Weiner , Michal Hocko , Vladimir Davydov , linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH 3/4] mm: Convert printk(KERN_ to pr_ Message-ID: <20160304124233.GC13868@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:33PM -0800, Joe Perches wrote: > Most of the mm subsystem uses pr_ so make it consistent. > > Miscellanea: > > o Realign arguments > o Add missing newline to format > o kmemleak-test.c has a "kmemleak: " prefix added to the > "Kmemleak testing" logging message via pr_fmt > > Signed-off-by: Joe Perches For percpu, Acked-by: Tejun Heo Thanks. -- tejun