From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1E8AC3E1213 for ; Mon, 4 May 2026 16:11:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777911062; cv=none; b=j1MaBvlm1NCcSiX7W4o59RK0RmL/fT0Fu9M0Yv0CIXcr7Targra8TOz00+6KDbRzDtnCcwMy6Beja2fpO2H+8fGQuHoVnPjCqvByhwOaWgWXYRmjoYi48Vk02IlWGIv7nS9kpHsVRLSqGb1g5Z80UUSPkZAqmv/+JW4uMjF+DoU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777911062; c=relaxed/simple; bh=TGfesTfT2YAc9tdhWIWQmCKbFvBQ4Gqful+JBIur6AI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=Hq3LO4RkmemAC+A/u10k3PUzES/IdIzZT/u5gcqqVU+UmiWsYhc/z79hfpw4utG/x8hRWf6T0bB7W8d3PdHRsCjJbc9OnKuCwX01tAnQLBip8VPma2+7fYYwaQJwXsDpi1+ZaQyE7ZAx1Z4meechTaRy/pGvLZ2mXpitgXk3s+E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lxwa63lF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Lxwa63lF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CECC2C2BCB8; Mon, 4 May 2026 16:11:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777911062; bh=TGfesTfT2YAc9tdhWIWQmCKbFvBQ4Gqful+JBIur6AI=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=Lxwa63lFwTnG0zstd4UNhmsdhLbDM08mFKgKyAuR4E1u0nHsHfttFu7NzKVPgKgpi hQXn45iaAxxS34NDvWe4YEyPl6E37/4A5c7VUUu7FUBxn9rV+v7jDvEqcJuGLL3Lk/ +efkBsibB7wdkm8psdyUbs9dsaWgB5Yp6QAgOKPGPrfbV/zCjjr0rcDK8Eq+Lqt6NK f9O+yiIPNNj0nWYX7MuRdds60Zb96J2PCXQ/yLu0gx3+IMH5J0+f2L0Q2RR2dz7DNZ 1UpyuJ68WMVyKljZuHyXmoX72CwHyJn8mK3Lb8l/ARUg4Ae858oFI38sbxwuYnhqk0 Ewbl9NC49rr/g== Date: Mon, 4 May 2026 11:11:00 -0500 From: Bjorn Helgaas To: Miles Krause Cc: Thomas Gleixner , Marc Zyngier , Bjorn Helgaas , linux-kernel@vger.kernel.org Subject: Re: [PATCH] genirq/msi: Fix typo in msi_domain_ops comment Message-ID: <20260504161100.GA645621@bhelgaas> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260501230159.5982-1-mileskrause5200@gmail.com> On Fri, May 01, 2026 at 07:01:57PM -0400, Miles Krause wrote: > Fix a spelling typo in the msi_domain_ops comment. > > No functional change. > > Signed-off-by: Miles Krause > --- > include/linux/msi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/msi.h b/include/linux/msi.h > index fa41eed62868..32286ec88217 100644 > --- a/include/linux/msi.h > +++ b/include/linux/msi.h > @@ -444,7 +444,7 @@ struct msi_domain_info; > * > * @domain_alloc_irqs, @domain_free_irqs can be used to override the > * default allocation/free functions (__msi_domain_alloc/free_irqs). This > - * is initially for a wrapper around XENs seperate MSI universe which can't > + * is initially for a wrapper around XENs separate MSI universe which can't Maybe should fix the s/XENs/XEN's/ typo at the same time? > * be wrapped into the regular irq domains concepts by mere mortals. This > * allows to universally use msi_domain_alloc/free_irqs without having to > * special case XEN all over the place. > > base-commit: ef5f46b630235b75beec43174348c3d01d6fc49a > -- > 2.54.0 >