From nobody Sat May 11 05:52:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1701364586803664.3052023325764; Thu, 30 Nov 2023 09:16:26 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.645101.1006953 (Exim 4.92) (envelope-from ) id 1r8kdq-0006NP-6T; Thu, 30 Nov 2023 17:15:58 +0000 Received: by outflank-mailman (output) from mailman id 645101.1006953; Thu, 30 Nov 2023 17:15:58 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r8kdq-0006NI-3T; Thu, 30 Nov 2023 17:15:58 +0000 Received: by outflank-mailman (input) for mailman id 645101; Thu, 30 Nov 2023 17:15:56 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r8kdo-0006Ly-TE for xen-devel@lists.xenproject.org; Thu, 30 Nov 2023 17:15:56 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 1f4650ac-8fa4-11ee-98e4-6d05b1d4d9a1; Thu, 30 Nov 2023 18:15:55 +0100 (CET) Received: from nico.bugseng.com (unknown [147.123.100.152]) by support.bugseng.com (Postfix) with ESMTPSA id 87CD54EE0739; Thu, 30 Nov 2023 18:15:54 +0100 (CET) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 1f4650ac-8fa4-11ee-98e4-6d05b1d4d9a1 From: Nicola Vetrini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Nicola Vetrini , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [XEN PATCH] docs/misra: fix a typo in rules.rst Date: Thu, 30 Nov 2023 18:15:43 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1701364587731000001 Content-Type: text/plain; charset="utf-8" No functional changes. Signed-off-by: Nicola Vetrini Acked-by: Stefano Stabellini --- docs/misra/rules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misra/rules.rst b/docs/misra/rules.rst index 53dab0070c7b..75921b9a3463 100644 --- a/docs/misra/rules.rst +++ b/docs/misra/rules.rst @@ -531,7 +531,7 @@ maintainers if you want to suggest a change. the future or with another compiler. For these reasons we discoura= ge the introduction of new reserved identifiers in Xen, and we see it = as positive the reduction of reserved identifiers. At the same time, - certain identifiers starting with wo underscores are also commonly = used + certain identifiers starting with two underscores are also commonly= used in Linux (e.g. __set_bit) and we don't think it would be an improve= ment to rename them. =20 --=20 2.34.1