From: Luc Michel <luc.michel@amd.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: <qemu-devel@nongnu.org>, <qemu-trivial@nongnu.org>,
Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
Date: Wed, 15 Nov 2023 09:40:04 +0100 [thread overview]
Message-ID: <ZVPHpE6wofkn1UMT@luc-work-vm> (raw)
In-Reply-To: <20231114165834.2949011-14-mjt@tls.msk.ru>
On 19:58 Tue 14 Nov , Michael Tokarev wrote:
> Fixes: c755c943aa2e "hw/net/cadence_gem: use REG32 macro for register definitions"
> Cc: Luc Michel <luc.michel@amd.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Luc Michel <luc.michel@amd.com>
> ---
> hw/net/cadence_gem.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c
> index 5b989f5b52..19adbc0e19 100644
> --- a/hw/net/cadence_gem.c
> +++ b/hw/net/cadence_gem.c
> @@ -225,8 +225,8 @@ REG32(WOLAN, 0xb8) /* Wake on LAN reg */
> REG32(IPGSTRETCH, 0xbc) /* IPG Stretch reg */
> REG32(SVLAN, 0xc0) /* Stacked VLAN reg */
> REG32(MODID, 0xfc) /* Module ID reg */
> -REG32(OCTTXLO, 0x100) /* Octects transmitted Low reg */
> -REG32(OCTTXHI, 0x104) /* Octects transmitted High reg */
> +REG32(OCTTXLO, 0x100) /* Octets transmitted Low reg */
> +REG32(OCTTXHI, 0x104) /* Octets transmitted High reg */
> REG32(TXCNT, 0x108) /* Error-free Frames transmitted */
> REG32(TXBCNT, 0x10c) /* Error-free Broadcast Frames */
> REG32(TXMCNT, 0x110) /* Error-free Multicast Frame */
> @@ -245,8 +245,8 @@ REG32(EXCESSCOLLCNT, 0x140) /* Excessive Collision Frames */
> REG32(LATECOLLCNT, 0x144) /* Late Collision Frames */
> REG32(DEFERTXCNT, 0x148) /* Deferred Transmission Frames */
> REG32(CSENSECNT, 0x14c) /* Carrier Sense Error Counter */
> -REG32(OCTRXLO, 0x150) /* Octects Received register Low */
> -REG32(OCTRXHI, 0x154) /* Octects Received register High */
> +REG32(OCTRXLO, 0x150) /* Octets Received register Low */
> +REG32(OCTRXHI, 0x154) /* Octets Received register High */
> REG32(RXCNT, 0x158) /* Error-free Frames Received */
> REG32(RXBROADCNT, 0x15c) /* Error-free Broadcast Frames RX */
> REG32(RXMULTICNT, 0x160) /* Error-free Multicast Frames RX */
> --
> 2.39.2
>
--
next prev parent reply other threads:[~2023-11-15 8:40 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 16:58 [PATCH trivial 00/21] spelling fixes for 8.2 Michael Tokarev
2023-11-14 16:58 ` [PATCH trivial 01/21] bsd-user: spelling fixes: necesary, agrument, undocummented Michael Tokarev
2023-11-14 17:34 ` Warner Losh
2023-11-14 16:58 ` [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary Michael Tokarev
2023-11-15 7:10 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized Michael Tokarev
2023-11-15 7:10 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly Michael Tokarev
2023-11-15 7:11 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase Michael Tokarev
2023-11-14 19:04 ` Thomas Huth
2023-11-16 14:25 ` Juan Quintela
2023-11-14 16:58 ` [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't Michael Tokarev
2023-11-14 19:05 ` Thomas Huth
2023-11-15 6:41 ` Michael Tokarev
2023-11-15 6:46 ` Thomas Huth
2023-11-15 8:59 ` Michael Tokarev
2023-11-16 14:27 ` Juan Quintela
2023-11-14 16:58 ` [PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements Michael Tokarev
2023-11-14 19:06 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses Michael Tokarev
2023-11-14 20:19 ` Richard Henderson
2023-11-14 16:58 ` [PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely Michael Tokarev
2023-11-14 20:20 ` Richard Henderson
2023-11-14 16:58 ` [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume Michael Tokarev
2023-11-15 7:12 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage Michael Tokarev
2023-11-15 6:18 ` Marc-André Lureau
2023-11-14 16:58 ` [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining Michael Tokarev
2023-11-15 7:12 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects Michael Tokarev
2023-11-15 7:13 ` Thomas Huth
2023-11-15 8:40 ` Luc Michel [this message]
2023-11-14 16:58 ` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted Michael Tokarev
2023-11-14 23:49 ` Jeuk Kim
2023-11-15 7:13 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber Michael Tokarev
2023-11-14 22:29 ` Maciej S. Szmigiero
2023-11-14 16:58 ` [PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate Michael Tokarev
2023-11-15 7:14 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly Michael Tokarev
2023-11-15 7:15 ` Thomas Huth
2023-11-21 3:29 ` Alistair Francis
2023-11-14 16:58 ` [PATCH trivial 18/21] tests/qtest/migration-test.c: spelling fix: bandwith Michael Tokarev
2023-11-14 19:07 ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer Michael Tokarev
2023-11-14 19:07 ` Thomas Huth
2023-11-14 23:51 ` Jeuk Kim
2023-11-14 16:58 ` [PATCH trivial 20/21] util/filemonitor-inotify.c: spelling fix: kenel Michael Tokarev
2023-11-14 20:30 ` Vladimir Sementsov-Ogievskiy
2023-11-14 16:58 ` [PATCH trivial 21/21] util/range.c: spelling fix: inbetween Michael Tokarev
2023-11-14 17:13 ` Eric Auger
2023-11-14 17:34 ` Cédric Le Goater
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZVPHpE6wofkn1UMT@luc-work-vm \
--to=luc.michel@amd.com \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.