From patchwork Thu Nov 30 17:15:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Vetrini X-Patchwork-Id: 13474745 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1E32AC4167B for ; Thu, 30 Nov 2023 17:16:18 +0000 (UTC) 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 X-Outflank-Mailman: Message body and most headers restored to incoming version 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-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 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 discourage 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 improvement to rename them.