Re: [PATCH] freevxfs: fix spelling mistake in Kconfig "endianess" -> "endianness"

From: Christoph Hellwig
Date: Tue Dec 22 2020 - 08:34:59 EST


Andrew,

can you pick this up through -mm? I have no active git tree for freevxfs
anymore.

On Wed, Dec 16, 2020 at 11:16:05AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> fs/freevxfs/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/freevxfs/Kconfig b/fs/freevxfs/Kconfig
> index c05c71d57291..0e2fc08f7de4 100644
> --- a/fs/freevxfs/Kconfig
> +++ b/fs/freevxfs/Kconfig
> @@ -8,7 +8,7 @@ config VXFS_FS
> of SCO UnixWare (and possibly others) and optionally available
> for Sunsoft Solaris, HP-UX and many other operating systems. However
> these particular OS implementations of vxfs may differ in on-disk
> - data endianess and/or superblock offset. The vxfs module has been
> + data endianness and/or superblock offset. The vxfs module has been
> tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.)
> Currently only readonly access is supported and VxFX versions
> 2, 3 and 4. Tests were performed with HP-UX VxFS version 3.
> --
> 2.29.2
>
---end quoted text---