From: "Jan Beulich" <JBeulich@novell.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] x86: fix a benign typo
Date: Mon, 12 Jul 2010 09:48:05 +0100 [thread overview]
Message-ID: <4C3AF2E5020000780000AB1D@vpn.id2.novell.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 695 bytes --]
Just to avoid confusing readers - no functional change.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- 2010-06-15.orig/xen/arch/x86/msi.c 2010-03-26 10:19:56.000000000 +0100
+++ 2010-06-15/xen/arch/x86/msi.c 2010-07-09 14:03:28.000000000 +0200
@@ -676,7 +676,7 @@ static int __pci_enable_msix(struct msi_
return -ENODEV;
pos = pci_find_cap_offset(msi->bus, slot, func, PCI_CAP_ID_MSIX);
- control = pci_conf_read16(msi->bus, slot, func, msi_control_reg(pos));
+ control = pci_conf_read16(msi->bus, slot, func, msix_control_reg(pos));
nr_entries = multi_msix_capable(control);
if (msi->entry_nr >= nr_entries)
return -EINVAL;
[-- Attachment #2: x86-msix-typo.patch --]
[-- Type: text/plain, Size: 689 bytes --]
Just to avoid confusing readers - no functional change.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- 2010-06-15.orig/xen/arch/x86/msi.c 2010-03-26 10:19:56.000000000 +0100
+++ 2010-06-15/xen/arch/x86/msi.c 2010-07-09 14:03:28.000000000 +0200
@@ -676,7 +676,7 @@ static int __pci_enable_msix(struct msi_
return -ENODEV;
pos = pci_find_cap_offset(msi->bus, slot, func, PCI_CAP_ID_MSIX);
- control = pci_conf_read16(msi->bus, slot, func, msi_control_reg(pos));
+ control = pci_conf_read16(msi->bus, slot, func, msix_control_reg(pos));
nr_entries = multi_msix_capable(control);
if (msi->entry_nr >= nr_entries)
return -EINVAL;
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
reply other threads:[~2010-07-12 8:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4C3AF2E5020000780000AB1D@vpn.id2.novell.com \
--to=jbeulich@novell.com \
--cc=xen-devel@lists.xensource.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).