qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix BRDIGE typo.
@ 2013-07-09 17:36 Don Koch
  2013-07-10  9:40 ` Michael S. Tsirkin
  2013-07-15  8:36 ` Michael S. Tsirkin
  0 siblings, 2 replies; 3+ messages in thread
From: Don Koch @ 2013-07-09 17:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Don Koch, mst

From: Don Koch <dkoch@verizon.com>

Fix typo in PCI_CLASS_BRDIGE_PCI_INF_SUB.

Signed-off-by: Don Koch <dkoch@verizon.com>
---
 hw/pci-bridge/i82801b11.c | 2 +-
 include/hw/pci/pci_ids.h  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/pci-bridge/i82801b11.c b/hw/pci-bridge/i82801b11.c
index 5807a92..b98bfb0 100644
--- a/hw/pci-bridge/i82801b11.c
+++ b/hw/pci-bridge/i82801b11.c
@@ -69,7 +69,7 @@ static int i82801b11_bridge_initfn(PCIDevice *d)
     if (rc < 0) {
         goto err_bridge;
     }
-    pci_config_set_prog_interface(d->config, PCI_CLASS_BRDIGE_PCI_INF_SUB);
+    pci_config_set_prog_interface(d->config, PCI_CLASS_BRIDGE_PCI_INF_SUB);
     return 0;
 
 err_bridge:
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
index 08f8161..d7933bf 100644
--- a/include/hw/pci/pci_ids.h
+++ b/include/hw/pci/pci_ids.h
@@ -39,7 +39,7 @@
 #define PCI_CLASS_BRIDGE_HOST            0x0600
 #define PCI_CLASS_BRIDGE_ISA             0x0601
 #define PCI_CLASS_BRIDGE_PCI             0x0604
-#define PCI_CLASS_BRDIGE_PCI_INF_SUB     0x01
+#define PCI_CLASS_BRIDGE_PCI_INF_SUB     0x01
 #define PCI_CLASS_BRIDGE_OTHER           0x0680
 
 #define PCI_CLASS_COMMUNICATION_SERIAL   0x0700
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix BRDIGE typo.
  2013-07-09 17:36 [Qemu-devel] [PATCH] Fix BRDIGE typo Don Koch
@ 2013-07-10  9:40 ` Michael S. Tsirkin
  2013-07-15  8:36 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2013-07-10  9:40 UTC (permalink / raw)
  To: Don Koch; +Cc: qemu-trivial, qemu-devel

On Tue, Jul 09, 2013 at 01:36:05PM -0400, Don Koch wrote:
> From: Don Koch <dkoch@verizon.com>
> 
> Fix typo in PCI_CLASS_BRDIGE_PCI_INF_SUB.
> 
> Signed-off-by: Don Koch <dkoch@verizon.com>

Applied, thanks.

> ---
>  hw/pci-bridge/i82801b11.c | 2 +-
>  include/hw/pci/pci_ids.h  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/pci-bridge/i82801b11.c b/hw/pci-bridge/i82801b11.c
> index 5807a92..b98bfb0 100644
> --- a/hw/pci-bridge/i82801b11.c
> +++ b/hw/pci-bridge/i82801b11.c
> @@ -69,7 +69,7 @@ static int i82801b11_bridge_initfn(PCIDevice *d)
>      if (rc < 0) {
>          goto err_bridge;
>      }
> -    pci_config_set_prog_interface(d->config, PCI_CLASS_BRDIGE_PCI_INF_SUB);
> +    pci_config_set_prog_interface(d->config, PCI_CLASS_BRIDGE_PCI_INF_SUB);
>      return 0;
>  
>  err_bridge:
> diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
> index 08f8161..d7933bf 100644
> --- a/include/hw/pci/pci_ids.h
> +++ b/include/hw/pci/pci_ids.h
> @@ -39,7 +39,7 @@
>  #define PCI_CLASS_BRIDGE_HOST            0x0600
>  #define PCI_CLASS_BRIDGE_ISA             0x0601
>  #define PCI_CLASS_BRIDGE_PCI             0x0604
> -#define PCI_CLASS_BRDIGE_PCI_INF_SUB     0x01
> +#define PCI_CLASS_BRIDGE_PCI_INF_SUB     0x01
>  #define PCI_CLASS_BRIDGE_OTHER           0x0680
>  
>  #define PCI_CLASS_COMMUNICATION_SERIAL   0x0700
> -- 
> 1.7.11.7

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix BRDIGE typo.
  2013-07-09 17:36 [Qemu-devel] [PATCH] Fix BRDIGE typo Don Koch
  2013-07-10  9:40 ` Michael S. Tsirkin
@ 2013-07-15  8:36 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2013-07-15  8:36 UTC (permalink / raw)
  To: Don Koch; +Cc: qemu-trivial, qemu-devel

On Tue, Jul 09, 2013 at 01:36:05PM -0400, Don Koch wrote:
> From: Don Koch <dkoch@verizon.com>
> 
> Fix typo in PCI_CLASS_BRDIGE_PCI_INF_SUB.
> 
> Signed-off-by: Don Koch <dkoch@verizon.com>

Applied, thanks.

> ---
>  hw/pci-bridge/i82801b11.c | 2 +-
>  include/hw/pci/pci_ids.h  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/pci-bridge/i82801b11.c b/hw/pci-bridge/i82801b11.c
> index 5807a92..b98bfb0 100644
> --- a/hw/pci-bridge/i82801b11.c
> +++ b/hw/pci-bridge/i82801b11.c
> @@ -69,7 +69,7 @@ static int i82801b11_bridge_initfn(PCIDevice *d)
>      if (rc < 0) {
>          goto err_bridge;
>      }
> -    pci_config_set_prog_interface(d->config, PCI_CLASS_BRDIGE_PCI_INF_SUB);
> +    pci_config_set_prog_interface(d->config, PCI_CLASS_BRIDGE_PCI_INF_SUB);
>      return 0;
>  
>  err_bridge:
> diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
> index 08f8161..d7933bf 100644
> --- a/include/hw/pci/pci_ids.h
> +++ b/include/hw/pci/pci_ids.h
> @@ -39,7 +39,7 @@
>  #define PCI_CLASS_BRIDGE_HOST            0x0600
>  #define PCI_CLASS_BRIDGE_ISA             0x0601
>  #define PCI_CLASS_BRIDGE_PCI             0x0604
> -#define PCI_CLASS_BRDIGE_PCI_INF_SUB     0x01
> +#define PCI_CLASS_BRIDGE_PCI_INF_SUB     0x01
>  #define PCI_CLASS_BRIDGE_OTHER           0x0680
>  
>  #define PCI_CLASS_COMMUNICATION_SERIAL   0x0700
> -- 
> 1.7.11.7

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-15  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 17:36 [Qemu-devel] [PATCH] Fix BRDIGE typo Don Koch
2013-07-10  9:40 ` Michael S. Tsirkin
2013-07-15  8:36 ` Michael S. Tsirkin

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).