[SLOF] [PATCH 0/4] Fix typos

Thomas Huth thuth at redhat.com
Thu Feb 23 02:40:53 AEDT 2023


"codespell" finds a lot of typos in the SLOF sources - here
are some patches to get some of them fixed. (There are more,
but I thought I'd better ask for some feedback first before
fixing all of them...)

Thomas Huth (4):
  Fix typos in the board-qemu folder
  Fix typos in the lib/libnet folder
  Fix typos in the remaining lib folders
  Fix typos in the slof folder

 board-qemu/include/nvramlog.h           | 2 +-
 board-qemu/slof/OF.fs                   | 2 +-
 board-qemu/slof/fdt.fs                  | 6 +++---
 board-qemu/slof/pci-device_1013_00b8.fs | 4 ++--
 board-qemu/slof/qemu-vga.fs             | 2 +-
 lib/libbcm/bcm57xx.c                    | 4 ++--
 lib/libbcm/bcm57xx.h                    | 4 ++--
 lib/libc/stdio/vsnprintf.c              | 2 +-
 lib/libe1k/e1k.c                        | 6 +++---
 lib/libnet/dhcp.c                       | 6 +++---
 lib/libnet/dns.c                        | 4 ++--
 lib/libnet/icmpv6.c                     | 6 +++---
 lib/libnet/ipv4.c                       | 6 +++---
 lib/libnet/ipv6.c                       | 8 ++++----
 lib/libnet/ipv6.h                       | 8 ++++----
 lib/libnet/ndp.c                        | 2 +-
 lib/libnet/netload.c                    | 4 ++--
 lib/libnet/tftp.c                       | 4 ++--
 lib/libtpm/tcgbios.c                    | 4 ++--
 lib/libusb/usb-ohci.c                   | 2 +-
 lib/libusb/usb-xhci.c                   | 2 +-
 lib/libvirtio/virtio-blk.c              | 6 +++---
 lib/libvirtio/virtio-net.c              | 2 +-
 slof/entry.S                            | 2 +-
 slof/fs/available.fs                    | 2 +-
 slof/fs/base.fs                         | 4 ++--
 slof/fs/claim.fs                        | 2 +-
 slof/fs/fcode/1275.fs                   | 2 +-
 slof/fs/fcode/locals.fs                 | 2 +-
 slof/fs/generic-disk.fs                 | 2 +-
 slof/fs/node.fs                         | 2 +-
 slof/fs/packages/iso-9660.fs            | 4 ++--
 slof/fs/pci-bridge.fs                   | 2 +-
 slof/fs/pci-device.fs                   | 2 +-
 slof/fs/pci-helper.fs                   | 6 +++---
 slof/fs/pci-properties.fs               | 4 ++--
 slof/fs/pci-scan.fs                     | 2 +-
 slof/fs/root.fs                         | 2 +-
 slof/fs/scsi-host-helpers.fs            | 2 +-
 slof/fs/term-io.fs                      | 2 +-
 slof/prim.code                          | 2 +-
 41 files changed, 71 insertions(+), 71 deletions(-)

-- 
2.31.1



More information about the SLOF mailing list