[dm-devel] [PATCH] multipath-tools: fix misspellings

Martin Wilck mwilck at suse.com
Mon Dec 20 08:14:47 UTC 2021


On Sat, 2021-12-18 at 02:17 +0100, Xose Vazquez Perez wrote:
> Cc: Martin Wilck <mwilck at suse.com>
> Cc: Benjamin Marzinski <bmarzins at redhat.com>
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: DM-DEVEL ML <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
> ---
> Unsure about: ./libmpathpersist/mpath_persist.h:80: FORMATE ==>
> FORMAT ???

yeah, I'll add that change.

> ---
> CHANGES:
> ./kpartx/crc32.c:345: multile ==> multiple
> ./kpartx/gpt.c:97: MSDOS ==> MS-DOS
> ./libdmmp/libdmmp.c:192: retuned ==> returned
> ./libmpathcmd/mpath_cmd.h:83: successs ==> success
> ./libmpathpersist/mpath_persist_int.c:549: avialable ==> available
> ./libmpathvalid/mpath_valid.h:86: reinitalize ==> reinitialize
> ./libmpathvalid/mpath_valid.h:98: resoures ==> resources
> ./libmpathvalid/mpath_valid.h:99: futher ==> further
> ./libmultipath/checkers/directio.c:26: multple ==> multiple
> ./libmultipath/checkers.h:159: asyncronous ==> asynchronous
> ./libmultipath/dmparser.c:105: unkown ==> unknown
> ./libmultipath/foreign.h:45: strucure ==> structure
> ./libmultipath/Makefile:64: nees ==> needs
> ./libmultipath/prioritizers/alua_spc3.h:289: asymetric ==> asymmetric
> ./libmultipath/prioritizers/path_latency.c:287: thresold ==>
> threshold
> ./libmultipath/uevent.c:295: exsit ==> exist
> ./multipathd/dmevents.c:388: intialized ==> initialized
> ./multipathd/main.c:1602: initalized ==> initialized
> ./multipathd/main.c:1794: hadling ==> handling
> ./multipathd/main.c:2110: occured ==> occurred
> ./multipathd/main.c:2280: abnormaly ==> abnormally
> ./multipathd/main.h:20: occassion ==> occasion
> ./multipathd/multipathd.8:85: seperate ==> separate
> ./multipathd/uxlsnr.c:78: mumber ==> number
> ./multipath/multipath.conf.5:1100: seperate ==> separate
> ./multipath/multipath.conf.5:1101: occuring ==> occurring
> ./multipath/multipath.conf.5:1143: encounted ==> encountered
> ./multipath/multipath.conf.5:1423: agains ==> against
> ./multipath/multipath.conf.5:1550: wilcard ==> wildcard
> ./multipath/multipath.conf.5:1798: occurence ==> occurrence
> ./multipath/multipath.conf.5:254: effiency ==> efficiency
> ./multipath/multipath.conf.5:590: greated ==> greater
> ./multipath/multipath.conf.5:833: mutipath ==> multipath
> ./tests/hwtable.c:1006: trival ==> trivial
> ./tests/hwtable.c:1046: trival ==> trivial
> ./tests/hwtable.c:1089: trival ==> trivial
> ./tests/hwtable.c:424: expresssions ==> expressions
> ./tests/hwtable.c:606: qith ==> with
> ./tests/hwtable.c:970: trival ==> trivial
> ./tests/README.md:41: containting ==> containing
> 
> SUMMARY:
> abnormaly     1
> asymetric     1
> asyncronous   1
> avialable     1
> containting   1
> effiency      1
> expresssions  1
> futher        1
> hadling       1
> initalized    1
> intialized    1
> msdos         1
> multile       1
> multple       1
> mumber        1
> mutipath      1
> nees          1
> occassion     1
> occured       1
> occurence     1
> occuring      1
> qith          1
> reinitalize   1
> resoures      1
> retuned       1
> seperate      2
> strucure      1
> successs      1
> thresold      1
> trival        4
> unkown        1
> wilcard       1
> ---
>  kpartx/crc32.c                           |  2 +-
>  kpartx/gpt.c                             |  2 +-
>  libdmmp/libdmmp.c                        |  2 +-
>  libmpathcmd/mpath_cmd.h                  |  2 +-
>  libmpathpersist/mpath_persist_int.c      |  2 +-
>  libmpathvalid/mpath_valid.h              |  6 +++---
>  libmultipath/Makefile                    |  2 +-
>  libmultipath/checkers.h                  |  2 +-
>  libmultipath/checkers/directio.c         |  2 +-
>  libmultipath/dmparser.c                  |  2 +-
>  libmultipath/foreign.h                   |  2 +-
>  libmultipath/prioritizers/alua_spc3.h    |  2 +-
>  libmultipath/prioritizers/path_latency.c |  2 +-
>  libmultipath/uevent.c                    |  2 +-
>  multipath/multipath.conf.5               | 18 +++++++++---------
>  multipathd/dmevents.c                    |  2 +-
>  multipathd/main.c                        |  8 ++++----
>  multipathd/main.h                        |  2 +-
>  multipathd/multipathd.8                  |  2 +-
>  multipathd/uxlsnr.c                      |  2 +-
>  tests/README.md                          |  2 +-
>  tests/hwtable.c                          | 12 ++++++------
>  22 files changed, 40 insertions(+), 40 deletions(-)
> 

Reviewed-by: Martin Wilck <mwilck at suse.com>

> --- a/libmultipath/Makefile
> +++ b/libmultipath/Makefile
> @@ -61,7 +61,7 @@ nvme-lib.o: nvme-lib.c nvme-ioctl.c nvme-ioctl.h
>         $(CC) $(CFLAGS) -Wno-unused-function -c -o $@ $<
>  
>  # there are lots of "unused parameters" in dict.c
> -# because not all handler / snprint methods nees all parameters
> +# because not all handler / snprint methods needs all parameters

This should be "need", not "needs" I suppose - I'll fix it up and
commit to "queue".

Thanks,
Martin










More information about the dm-devel mailing list