diff mbox

ICH9: fix typo

Message ID 1460964255-7538-1-git-send-email-caoj.fnst@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Cao jin April 18, 2016, 7:24 a.m. UTC
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 include/hw/i386/ich9.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Cao jin April 18, 2016, 7:57 a.m. UTC | #1
hi mst,
     please ingore this one, I find more small fix like this, I will 
pack all these into one

On 04/18/2016 03:24 PM, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>   include/hw/i386/ich9.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h
> index d04dcdc..abf84ed 100644
> --- a/include/hw/i386/ich9.h
> +++ b/include/hw/i386/ich9.h
> @@ -35,7 +35,7 @@ typedef struct ICH9LPCState {
>
>       /* (pci device, intx) -> pirq
>        * In real chipset case, the unused slots are never used
> -     * as ICH9 supports only D25-D32 irq routing.
> +     * as ICH9 supports only D25-D31 irq routing.
>        * On the other hand in qemu case, any slot/function can be populated
>        * via command line option.
>        * So fallback interrupt routing for any devices in any slots is necessary.
>
Michael S. Tsirkin April 18, 2016, 8:05 a.m. UTC | #2
Pls repost all this after 2.6 is out.
Thanks!

On Mon, Apr 18, 2016 at 03:57:42PM +0800, Cao jin wrote:
> hi mst,
>     please ingore this one, I find more small fix like this, I will pack all
> these into one
> 
> On 04/18/2016 03:24 PM, Cao jin wrote:
> >Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> >---
> >  include/hw/i386/ich9.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h
> >index d04dcdc..abf84ed 100644
> >--- a/include/hw/i386/ich9.h
> >+++ b/include/hw/i386/ich9.h
> >@@ -35,7 +35,7 @@ typedef struct ICH9LPCState {
> >
> >      /* (pci device, intx) -> pirq
> >       * In real chipset case, the unused slots are never used
> >-     * as ICH9 supports only D25-D32 irq routing.
> >+     * as ICH9 supports only D25-D31 irq routing.
> >       * On the other hand in qemu case, any slot/function can be populated
> >       * via command line option.
> >       * So fallback interrupt routing for any devices in any slots is necessary.
> >
> 
> -- 
> Yours Sincerely,
> 
> Cao jin
>
diff mbox

Patch

diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h
index d04dcdc..abf84ed 100644
--- a/include/hw/i386/ich9.h
+++ b/include/hw/i386/ich9.h
@@ -35,7 +35,7 @@  typedef struct ICH9LPCState {
 
     /* (pci device, intx) -> pirq
      * In real chipset case, the unused slots are never used
-     * as ICH9 supports only D25-D32 irq routing.
+     * as ICH9 supports only D25-D31 irq routing.
      * On the other hand in qemu case, any slot/function can be populated
      * via command line option.
      * So fallback interrupt routing for any devices in any slots is necessary.