Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751503AbdIOWgv (ORCPT ); Fri, 15 Sep 2017 18:36:51 -0400 Received: from mail-pg0-f44.google.com ([74.125.83.44]:47606 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbdIOWgu (ORCPT ); Fri, 15 Sep 2017 18:36:50 -0400 X-Google-Smtp-Source: ADKCNb7p2aln+SQYu3DVvnzSdfirKoiW+ef7gXuxENBkeVKiBAq6T0A9hp1nnjB9e7OfxlUQK6MZSw== Date: Fri, 15 Sep 2017 15:36:43 -0700 From: Bjorn Andersson To: Stephen Boyd Cc: Andy Gross , David Brown , Arun Kumar Neelakantam , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] soc: qcom: smem: Rename "uncached" accessors Message-ID: <20170915223643.GT2016@tuxbook> References: <20170814214922.18061-1-bjorn.andersson@linaro.org> <20170814214922.18061-2-bjorn.andersson@linaro.org> <20170915191934.GE3349@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170915191934.GE3349@codeaurora.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 576 Lines: 24 On Fri 15 Sep 12:19 PDT 2017, Stephen Boyd wrote: > On 08/14, Bjorn Andersson wrote: > > In preparation for adding accessors for "cached" entries rename the > > "uncached" accessors to. Also rename "first" cached entry to "last", as > > s/to/too? or to "uncached"? > Doesn't it make more sense if we ju just make it: rename the "uncached" accessors? I.e just drop the "to". > > the cached list grows backwards. > > > > Signed-off-by: Bjorn Andersson > > > Otherwise, > > Reviewed-by: Stephen Boyd > Thanks, Bjorn