All of lore.kernel.org
 help / color / mirror / Atom feed
From: Federico Serafini <federico.serafini@bugseng.com>
To: xen-devel@lists.xenproject.org
Cc: consulting@bugseng.com,
	"Federico Serafini" <federico.serafini@bugseng.com>,
	"Jan Beulich" <jbeulich@suse.com>, "Paul Durrant" <paul@xen.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>
Subject: [XEN PATCH 4/4] xen/iommu: address leftover violation of MISRA C:2012 Rule 8.2
Date: Tue, 12 Dec 2023 16:37:42 +0100	[thread overview]
Message-ID: <443dc3828fd6cdfb97d2e9d0c9ec93bb23228d5b.1702394721.git.federico.serafini@bugseng.com> (raw)
In-Reply-To: <cover.1702394721.git.federico.serafini@bugseng.com>

Add missing parameter name. No functional change.

Signed-off-by: Federico Serafini <federico.serafini@bugseng.com>
---
 xen/include/xen/iommu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index 69d572543c..f53d045e2c 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -296,7 +296,7 @@ struct iommu_ops {
                                  uint64_t rte);
     unsigned int (*read_apic_from_ire)(unsigned int apic, unsigned int reg);
 
-    int (*setup_hpet_msi)(struct msi_desc *);
+    int (*setup_hpet_msi)(struct msi_desc *msi_desc);
 
     void (*adjust_irq_affinities)(void);
     void (*clear_root_pgtable)(struct domain *d);
-- 
2.34.1



  parent reply	other threads:[~2023-12-12 15:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 15:37 [XEN PATCH 0/4] xen: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-12 15:37 ` [XEN PATCH 1/4] xen/compat: " Federico Serafini
2023-12-12 22:47   ` Stefano Stabellini
2023-12-12 15:37 ` [XEN PATCH 2/4] x86/asm: " Federico Serafini
2023-12-12 22:50   ` Stefano Stabellini
2023-12-13  9:26     ` Jan Beulich
2023-12-12 15:37 ` [XEN PATCH 3/4] xen/drivers: " Federico Serafini
2023-12-12 22:51   ` Stefano Stabellini
2023-12-12 15:37 ` Federico Serafini [this message]
2023-12-12 22:52   ` [XEN PATCH 4/4] xen/iommu: address leftover violation " Stefano Stabellini
2023-12-13  9:26     ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=443dc3828fd6cdfb97d2e9d0c9ec93bb23228d5b.1702394721.git.federico.serafini@bugseng.com \
    --to=federico.serafini@bugseng.com \
    --cc=consulting@bugseng.com \
    --cc=jbeulich@suse.com \
    --cc=paul@xen.org \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.