All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] virtio: fix typo devicd
@ 2019-12-24 11:21 Heinrich Schuchardt
  2019-12-25  9:17 ` Bin Meng
  2020-01-10 21:50 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2019-12-24 11:21 UTC (permalink / raw)
  To: u-boot

%s/devicd/device

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/virtio/virtio_mmio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c
index 7b738703b8..a67b354122 100644
--- a/drivers/virtio/virtio_mmio.c
+++ b/drivers/virtio/virtio_mmio.c
@@ -363,7 +363,7 @@ static int virtio_mmio_probe(struct udevice *udev)
 		return 0;
 	}

-	/* Check devicd ID */
+	/* Check device ID */
 	uc_priv->device = readl(priv->base + VIRTIO_MMIO_DEVICE_ID);
 	if (uc_priv->device == 0) {
 		/*
--
2.24.0

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

* [PATCH 1/1] virtio: fix typo devicd
  2019-12-24 11:21 [PATCH 1/1] virtio: fix typo devicd Heinrich Schuchardt
@ 2019-12-25  9:17 ` Bin Meng
  2020-01-10 21:50 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Bin Meng @ 2019-12-25  9:17 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 24, 2019 at 7:21 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> %s/devicd/device
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  drivers/virtio/virtio_mmio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* [PATCH 1/1] virtio: fix typo devicd
  2019-12-24 11:21 [PATCH 1/1] virtio: fix typo devicd Heinrich Schuchardt
  2019-12-25  9:17 ` Bin Meng
@ 2020-01-10 21:50 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-01-10 21:50 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 24, 2019 at 12:21:09PM +0100, Heinrich Schuchardt wrote:

> %s/devicd/device
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200110/f3bc57e9/attachment.sig>

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

end of thread, other threads:[~2020-01-10 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 11:21 [PATCH 1/1] virtio: fix typo devicd Heinrich Schuchardt
2019-12-25  9:17 ` Bin Meng
2020-01-10 21:50 ` Tom Rini

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.