Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp726385ybx; Fri, 1 Nov 2019 10:14:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqyszRp6hpnKpaoP0gFNn06YmIHJFF66KtCh1AFmy9ysN204/HeTwB0DAudShfHQ+PlAhb01 X-Received: by 2002:a17:906:2351:: with SMTP id m17mr10754885eja.153.1572628486867; Fri, 01 Nov 2019 10:14:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572628486; cv=none; d=google.com; s=arc-20160816; b=BJ5KsFDhGvENeu0BhO7fDwDXi4H9aQhngjIPmCj6vP8sE96d7SAf+SaryzKSVSzPVI Vy7V3S0tZcXH0er3wVti8HL9/AcjC8T/XkpXU2po10LnNf3/7HndoW45FbFC4D0aiAhC q+gC2IY/LO+04UozrI78sRa2+qQe8d3aXN/LMxv1PV6XgmhV14VovfUM2XDTnvr8OQ/g iJ7UpqfwGKhXHxP2fqsJ5zZA2HAWY7CzH0aIDAqGnGABzhh7L+dEXiAt4HggwKA82m4E jLDEklsXCxfaY5f3nD5jfWJFA+k9uUmE7yQpbiXLmFT/O8BiUmznjP491a+JlBFa2Equ A5kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hovUlN/mM0AjzIdYjc3OLRih5R5XPNxxoPYF29LMrhI=; b=LBH5iazHzR7VM2eGytarYjTDBhRlNRdVMPp1wra75C37CGoGIyBzlNWzKEizQ5D5oX mivvR0ov7Q253CJzOEXs4UhQ7aRqaqiqZDqUbdMc8ziQOKUrLyb3BZD+FgUmYW1peTHp pYARM0oBJnlJThTpV2a+VTcSVphGo3L4frFT/mOZjRbcmXMD0pNIhr4UH7TdWyrNvifG fGjtq7lQZayxu4FO3NcdPmxWkp9eyCV24bpyt7WiWeiS/gykFQxss/OatYi88ZvGQsB+ 39Ap3UlVRXJ4o7ND7yXrnHDaU1JU4tnNkGaTUh7RJ5pYBY+l7Z3ALhq20HWl/Pd4kOKJ dyHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n1si1009635eda.359.2019.11.01.10.14.23; Fri, 01 Nov 2019 10:14:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728539AbfKAPxm (ORCPT + 99 others); Fri, 1 Nov 2019 11:53:42 -0400 Received: from foss.arm.com ([217.140.110.172]:37790 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727123AbfKAPxm (ORCPT ); Fri, 1 Nov 2019 11:53:42 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9F2ED328; Fri, 1 Nov 2019 08:53:41 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.197.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B4E853F719; Fri, 1 Nov 2019 08:53:40 -0700 (PDT) Date: Fri, 1 Nov 2019 15:53:38 +0000 From: Catalin Marinas To: Will Deacon Cc: Julien Grall , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, suzuki.poulose@arm.com, Julien Grall Subject: Re: [PATCH] docs/arm64: cpu-feature-registers: Rewrite bitfields that don't follow [e, s] Message-ID: <20191101155338.GG17207@arrakis.emea.arm.com> References: <20191101152022.8853-1-julien@xen.org> <20191101153803.GC3287@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191101153803.GC3287@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 01, 2019 at 03:38:04PM +0000, Will Deacon wrote: > On Fri, Nov 01, 2019 at 03:20:22PM +0000, Julien Grall wrote: > > From: Julien Grall > > > > Commit "docs/arm64: cpu-feature-registers: Documents missing visible > > fields" added bitfiels following the convention [s, e]. However, the > > typo: bitfiels > > > documentation is following [s, e] and so does the Arm ARM. > > This should be [e, s], although I think you can spell it out as "end" and > "start" so people know what this is doing. Thanks. I'll make the changes locally. -- Catalin