From patchwork Tue Dec 12 15:37:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13489540 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 81BB7C4167D for ; Tue, 12 Dec 2023 15:38:13 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.653192.1019550 (Exim 4.92) (envelope-from ) id 1rD4pf-0000cw-KA; Tue, 12 Dec 2023 15:38:03 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 653192.1019550; Tue, 12 Dec 2023 15:38:03 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rD4pf-0000cI-EU; Tue, 12 Dec 2023 15:38:03 +0000 Received: by outflank-mailman (input) for mailman id 653192; Tue, 12 Dec 2023 15:38:01 +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 1rD4pd-0000ZS-UU for xen-devel@lists.xenproject.org; Tue, 12 Dec 2023 15:38:01 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 6ddb39f5-9904-11ee-9b0f-b553b5be7939; Tue, 12 Dec 2023 16:37:59 +0100 (CET) Received: from Dell.homenet.telecomitalia.it (host-82-60-45-193.retail.telecomitalia.it [82.60.45.193]) by support.bugseng.com (Postfix) with ESMTPSA id F1CEE4EE0737; Tue, 12 Dec 2023 16:37:58 +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: 6ddb39f5-9904-11ee-9b0f-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?= , Paul Durrant Subject: [XEN PATCH 0/4] xen: address violations of MISRA C:2012 Rule 8.2 Date: Tue, 12 Dec 2023 16:37:38 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 This patch series adds the missing parameter names to address violations of MISRA C:2012 Rule 8.2. No functional changes are introduced. Federico Serafini (4): xen/compat: address violations of MISRA C:2012 Rule 8.2 x86/asm: address violations of MISRA C:2012 Rule 8.2 xen/drivers: address violations of MISRA C:2012 Rule 8.2 xen/iommu: address leftover violation of MISRA C:2012 Rule 8.2 xen/arch/x86/include/asm/amd.h | 2 +- xen/arch/x86/include/asm/debugreg.h | 4 ++-- xen/arch/x86/include/asm/flushtlb.h | 3 ++- xen/arch/x86/include/asm/hap.h | 2 +- xen/arch/x86/include/asm/iommu.h | 2 +- xen/arch/x86/include/asm/microcode.h | 2 +- xen/drivers/char/ehci-dbgp.c | 4 ++-- xen/drivers/video/vga.c | 2 +- xen/include/xen/compat.h | 5 +++-- xen/include/xen/iommu.h | 2 +- xen/include/xen/video.h | 2 +- 11 files changed, 16 insertions(+), 14 deletions(-)