All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] vfio: remove a duplicated word in comments
@ 2016-11-11  3:01 Cao jin
  2016-12-21  6:29 ` Cao jin
  2017-01-12 11:08 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Cao jin @ 2016-11-11  3:01 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: alex.williamson

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 hw/vfio/pci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c
index 31aaecb..c94987c 100644
--- a/hw/vfio/pci.c
+++ b/hw/vfio/pci.c
@@ -1881,8 +1881,8 @@ static void vfio_add_ext_cap(VFIOPCIDevice *vdev)
      * 0 is reserved for this since absence of capabilities is indicated by
      * 0 for the ID, version, AND next pointer.  However, pcie_add_capability()
      * uses ID 0 as reserved for list management and will incorrectly match and
-     * assert if we attempt to pre-load the head of the chain with with this
-     * ID.  Use ID 0xFFFF temporarily since it is also seems to be reserved in
+     * assert if we attempt to pre-load the head of the chain with this ID.
+     * Use ID 0xFFFF temporarily since it is also seems to be reserved in
      * part for identifying absence of capabilities in a root complex register
      * block.  If the ID still exists after adding capabilities, switch back to
      * zero.  We'll mark this entire first dword as emulated for this purpose.
-- 
2.1.0

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

* Re: [Qemu-devel] [PATCH 1/2] vfio: remove a duplicated word in comments
  2016-11-11  3:01 [Qemu-devel] [PATCH 1/2] vfio: remove a duplicated word in comments Cao jin
@ 2016-12-21  6:29 ` Cao jin
  2017-01-12 11:08 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Cao jin @ 2016-12-21  6:29 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: alex.williamson

ping

On 11/11/2016 11:01 AM, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>  hw/vfio/pci.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c
> index 31aaecb..c94987c 100644
> --- a/hw/vfio/pci.c
> +++ b/hw/vfio/pci.c
> @@ -1881,8 +1881,8 @@ static void vfio_add_ext_cap(VFIOPCIDevice *vdev)
>       * 0 is reserved for this since absence of capabilities is indicated by
>       * 0 for the ID, version, AND next pointer.  However, pcie_add_capability()
>       * uses ID 0 as reserved for list management and will incorrectly match and
> -     * assert if we attempt to pre-load the head of the chain with with this
> -     * ID.  Use ID 0xFFFF temporarily since it is also seems to be reserved in
> +     * assert if we attempt to pre-load the head of the chain with this ID.
> +     * Use ID 0xFFFF temporarily since it is also seems to be reserved in
>       * part for identifying absence of capabilities in a root complex register
>       * block.  If the ID still exists after adding capabilities, switch back to
>       * zero.  We'll mark this entire first dword as emulated for this purpose.
> 

-- 
Sincerely,
Cao jin

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

* Re: [Qemu-devel] [PATCH 1/2] vfio: remove a duplicated word in comments
  2016-11-11  3:01 [Qemu-devel] [PATCH 1/2] vfio: remove a duplicated word in comments Cao jin
  2016-12-21  6:29 ` Cao jin
@ 2017-01-12 11:08 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2017-01-12 11:08 UTC (permalink / raw)
  To: Cao jin, qemu-devel, qemu-trivial; +Cc: alex.williamson

11.11.2016 06:01, Cao jin wrote:
[]

Applied to -trivial, thank you!

/mjt

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

end of thread, other threads:[~2017-01-12 11:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11  3:01 [Qemu-devel] [PATCH 1/2] vfio: remove a duplicated word in comments Cao jin
2016-12-21  6:29 ` Cao jin
2017-01-12 11:08 ` Michael Tokarev

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.