On Thu, Aug 14, 2025 at 06:07:01AM -0400, Yi Zhang wrote: > The spelling errors are from > - log_err(), fprintf(), dbg() output messages > - echo statemetns in test scripts > - Documentation/*.txt files > > Corrected user-visible spelling errors include: > - identifer -> identifier (log_err in cxl/bus.c) > - santize -> sanitize (fprintf in ndctl/dimm.c) > - sucessfully -> successfully (dbg in ndctl/lib/ars.c, ndctl/lib/libndctl.c) > - succeded -> succeeded (echo in test/daxctl-devices.sh) > - Documentation fixes in 4 .txt files > > All the spelling errors were identified by the codespell project: > https://github.com/codespell-project/codespell > > Reviewed-by: Dave Jiang <dave.ji...@intel.com> > Signed-off-by: Yi Zhang <yi.zh...@redhat.com>
Thanks! Applied to https://github.com/pmem/ndctl/tree/pending