From patchwork Mon Jul 24 17:50:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13325216 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 BA533C001DF for ; Mon, 24 Jul 2023 17:52:52 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.569201.889507 (Exim 4.92) (envelope-from ) id 1qNzjT-0001lM-6r; Mon, 24 Jul 2023 17:52:31 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 569201.889507; Mon, 24 Jul 2023 17:52:31 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qNzjT-0001lF-3p; Mon, 24 Jul 2023 17:52:31 +0000 Received: by outflank-mailman (input) for mailman id 569201; Mon, 24 Jul 2023 17:52:29 +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 1qNzjR-0001ku-MI for xen-devel@lists.xenproject.org; Mon, 24 Jul 2023 17:52:29 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id db02f064-2a4a-11ee-b23c-6b7b168915f2; Mon, 24 Jul 2023 19:52:28 +0200 (CEST) Received: from Dell.bugseng.com (unknown [37.161.223.75]) by support.bugseng.com (Postfix) with ESMTPSA id DF4D64EE073E; Mon, 24 Jul 2023 19:52:25 +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: db02f064-2a4a-11ee-b23c-6b7b168915f2 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 , Bertrand Marquis , Volodymyr Babchuk , =?utf-8?q?Roger_Pau_Monn?= =?utf-8?q?=C3=A9?= Subject: [XEN PATCH 0/3] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3 Date: Mon, 24 Jul 2023 19:50:26 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 This patch serie addresses violations of rules 8.2 and 8.3 related to the IRQ module. Changes are divided by architecture. No functional changes. Federico Serafini (3): xen/irq: add missing parameter names xen/arm: irq: address violations of MISRA C: 2012 Rules 8.2 and 8.3 x86/irq: address violations of MISRA C:2012 Rules 8.2 and 8.3 xen/arch/arm/irq.c | 7 ++-- xen/arch/x86/include/asm/irq.h | 32 +++++++++--------- xen/arch/x86/irq.c | 28 ++++++++-------- xen/include/xen/irq.h | 59 +++++++++++++++++----------------- xen/include/xen/softirq.h | 2 +- 5 files changed, 65 insertions(+), 63 deletions(-)