From patchwork Fri Sep 29 08:56:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13403929 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 50381CE7B1F for ; Fri, 29 Sep 2023 08:58:12 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.610427.949816 (Exim 4.92) (envelope-from ) id 1qm9Ju-0008A8-HQ; Fri, 29 Sep 2023 08:57:58 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 610427.949816; Fri, 29 Sep 2023 08:57: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 1qm9Ju-0008A0-El; Fri, 29 Sep 2023 08:57:58 +0000 Received: by outflank-mailman (input) for mailman id 610427; Fri, 29 Sep 2023 08:57:57 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qm9Jt-0007us-0i for xen-devel@lists.xenproject.org; Fri, 29 Sep 2023 08:57:57 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 476c3b42-5ea6-11ee-9b0d-b553b5be7939; Fri, 29 Sep 2023 10:57:55 +0200 (CEST) Received: from Dell.homenet.telecomitalia.it (host-87-11-204-216.retail.telecomitalia.it [87.11.204.216]) by support.bugseng.com (Postfix) with ESMTPSA id 6D9AD4EE0739; Fri, 29 Sep 2023 10:57:54 +0200 (CEST) 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: 476c3b42-5ea6-11ee-9b0d-b553b5be7939 From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu , =?utf-8?q?Roger_Pau_Monn=C3=A9?= , Henry Wang Subject: [XEN PATCH 0/4] Address violations of MISRA C:2012 Rule 8.3 Date: Fri, 29 Sep 2023 10:56:13 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 This series contains small and uncontroversial patches to address some violations of Rule 8.3. No functonal changes are introduced. Federico Serafini (4): video/vesa: drop bool_t x86/uaccess: address violations of MISRA C:2012 Rule 8.3 x86/xstate: address a violation of MISRA C:2012 Rule 8.3 x86/psr: address a violation of MISRA C:2012 Rule 8.3 xen/arch/x86/include/asm/psr.h | 2 +- xen/arch/x86/include/asm/uaccess.h | 6 +++--- xen/arch/x86/xstate.c | 8 ++++---- xen/drivers/video/vesa.c | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-)