[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] xilinx: Fix typo in comment (Marvel -> Marvell)
From: |
Peter Crosthwaite |
Subject: |
Re: [Qemu-devel] [PATCH] xilinx: Fix typo in comment (Marvel -> Marvell) |
Date: |
Fri, 18 Apr 2014 08:27:03 +1000 |
On Fri, Apr 18, 2014 at 3:32 AM, Stefan Weil <address@hidden> wrote:
> Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Peter Crosthwaite <address@hidden>
> ---
> hw/net/xilinx_axienet.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/net/xilinx_axienet.c b/hw/net/xilinx_axienet.c
> index 839d97c..6dc665f 100644
> --- a/hw/net/xilinx_axienet.c
> +++ b/hw/net/xilinx_axienet.c
> @@ -98,7 +98,7 @@ static unsigned int tdk_read(struct PHY *phy, unsigned int
> req)
> r |= 1;
> break;
> case 17:
> - /* Marvel PHY on many xilinx boards. */
> + /* Marvell PHY on many xilinx boards. */
> r = 0x8000; /* 1000Mb */
> break;
> case 18:
> --
> 1.7.10.4
>
>