Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752780AbcDBHRN (ORCPT ); Sat, 2 Apr 2016 03:17:13 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60510 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbcDBHRK (ORCPT ); Sat, 2 Apr 2016 03:17:10 -0400 Date: Sat, 2 Apr 2016 09:09:08 +0200 From: Peter Zijlstra To: Frederic Weisbecker Cc: LKML , Byungchul Park , Chris Metcalf , Thomas Gleixner , Luiz Capitulino , Christoph Lameter , "Paul E . McKenney" , Mike Galbraith , Rik van Riel , Ingo Molnar Subject: Re: [PATCH 1/4] sched: Gather cpu load functions under a common namespace Message-ID: <20160402070908.GD2906@worktop> References: <1459516987-15745-1-git-send-email-fweisbec@gmail.com> <1459516987-15745-2-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459516987-15745-2-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 189 Lines: 4 On Fri, Apr 01, 2016 at 03:23:04PM +0200, Frederic Weisbecker wrote: > This way they are easily grep'able and recognized. Please mention the actual renames done and the new naming scheme.