All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/xen-pciback: fix repeated words in comments
@ 2022-08-23 13:43 wangjianli
  2022-08-26  7:16 ` Juergen Gross
  0 siblings, 1 reply; 2+ messages in thread
From: wangjianli @ 2022-08-23 13:43 UTC (permalink / raw)
  To: jgross, sstabellini, oleksandr_tyshchenko; +Cc: linux-kernel, wangjianli

Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/xen/xen-pciback/pciback_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/xen/xen-pciback/pciback_ops.c b/drivers/xen/xen-pciback/pciback_ops.c
index 3fbc21466a93..84e014490950 100644
--- a/drivers/xen/xen-pciback/pciback_ops.c
+++ b/drivers/xen/xen-pciback/pciback_ops.c
@@ -159,7 +159,7 @@ int xen_pcibk_enable_msi(struct xen_pcibk_device *pdev,
 		return XEN_PCI_ERR_op_failed;
 	}
 
-	/* The value the guest needs is actually the IDT vector, not the
+	/* The value the guest needs is actually the IDT vector, not
 	 * the local domain's IRQ number. */
 
 	op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0;
-- 
2.36.1


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

* Re: [PATCH] xen/xen-pciback: fix repeated words in comments
  2022-08-23 13:43 [PATCH] xen/xen-pciback: fix repeated words in comments wangjianli
@ 2022-08-26  7:16 ` Juergen Gross
  0 siblings, 0 replies; 2+ messages in thread
From: Juergen Gross @ 2022-08-26  7:16 UTC (permalink / raw)
  To: wangjianli, sstabellini, oleksandr_tyshchenko; +Cc: linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 192 bytes --]

On 23.08.22 15:43, wangjianli wrote:
> Delete the redundant word 'the'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3149 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

end of thread, other threads:[~2022-08-26  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 13:43 [PATCH] xen/xen-pciback: fix repeated words in comments wangjianli
2022-08-26  7:16 ` Juergen Gross

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.