qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial 00/21] spelling fixes for 8.2
@ 2023-11-14 16:58 Michael Tokarev
  2023-11-14 16:58 ` [PATCH trivial 01/21] bsd-user: spelling fixes: necesary, agrument, undocummented Michael Tokarev
                   ` (22 more replies)
  0 siblings, 23 replies; 53+ messages in thread
From: Michael Tokarev @ 2023-11-14 16:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

For newly added lines after 8.1.

Michael Tokarev (21):
  bsd-user: spelling fixes: necesary, agrument, undocummented
  linux-user: spelling fixes: othe, necesary
  hw/cxl: spelling fixes: limitaions, potentialy, intialized
  gdbstub: spelling fix: respectivelly
  docs/about/deprecated.rst: spelling fix: becase
  docs/devel/migration.rst: spelling fix: doen't
  docs/system/arm/emulation.rst: spelling fix: Enhacements
  target/arm/tcg: spelling fixes: alse, addreses
  target/hppa: spelling fixes: Indicies, Truely
  migration/rdma.c: spelling fix: asume
  contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
  hw/mem/memory-device.c: spelling fix: ontaining
  hw/net/cadence_gem.c: spelling fixes: Octects
  include/block/ufs.h: spelling fix: setted
  include/hw/hyperv/dynmem-proto.h: spelling fix: nunber
  include/hw/virtio/vhost.h: spelling fix: sate
  target/riscv/cpu.h: spelling fix: separatly
  tests/qtest/migration-test.c: spelling fix: bandwith
  tests/qtest/ufs-test.c: spelling fix: tranfer
  util/filemonitor-inotify.c: spelling fix: kenel
  util/range.c: spelling fix: inbetween

 bsd-user/bsd-mem.h               | 2 +-
 bsd-user/freebsd/os-proc.c       | 2 +-
 bsd-user/freebsd/os-stat.h       | 6 +++---
 contrib/vhost-user-gpu/virgl.c   | 2 +-
 docs/about/deprecated.rst        | 2 +-
 docs/devel/migration.rst         | 8 ++++----
 docs/system/arm/emulation.rst    | 2 +-
 gdbstub/gdbstub.c                | 2 +-
 hw/cxl/cxl-component-utils.c     | 4 ++--
 hw/cxl/cxl-mailbox-utils.c       | 2 +-
 hw/mem/memory-device.c           | 2 +-
 hw/net/cadence_gem.c             | 8 ++++----
 include/block/ufs.h              | 2 +-
 include/hw/cxl/cxl_device.h      | 2 +-
 include/hw/hyperv/dynmem-proto.h | 6 +++---
 include/hw/virtio/vhost.h        | 2 +-
 linux-user/ppc/vdso.S            | 2 +-
 linux-user/syscall.c             | 2 +-
 migration/rdma.c                 | 2 +-
 target/arm/tcg/helper-a64.c      | 2 +-
 target/arm/tcg/hflags.c          | 2 +-
 target/hppa/cpu.h                | 2 +-
 target/hppa/machine.c            | 2 +-
 target/riscv/cpu.h               | 4 ++--
 tests/qtest/migration-test.c     | 2 +-
 tests/qtest/ufs-test.c           | 2 +-
 util/filemonitor-inotify.c       | 2 +-
 util/range.c                     | 2 +-
 28 files changed, 40 insertions(+), 40 deletions(-)

-- 
2.39.2



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

end of thread, other threads:[~2023-11-21  3:30 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-11-14 16:58 ` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted Michael Tokarev
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 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
     [not found] ` <CGME20231114165848epcas2p32514e61ec8d7181dfade05711610e0df@epcms2p1>
2023-11-14 23:49   ` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted Jeuk Kim
     [not found] ` <CGME20231114165850epcas2p379e2e74b30942ab0216fd87b5c22470d@epcms2p7>
2023-11-14 23:51   ` [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer Jeuk Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).