From 9a198b0054742d07a84f67b8e86a537b9c836f63 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 17 Sep 2019 12:29:32 +0200 Subject: trivial: fix typo lenght -> length MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by perl -p -i -e 's/lenghte?/length/' arch/arm/boards/chumby_falconwing/falconwing.c arch/arm/mach-samsung/mem-s3c64xx.c fs/ext4/ext_common.h lib/gui/lodepng.c include/jtag.h There is another instance in dts/Bindings/usb/s3c2410-usb.txt, this is fixed in Linux v5.3-rc1 so supposed to be fixed soon in barebox, too. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- fs/ext4/ext_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/ext4/ext_common.h b/fs/ext4/ext_common.h index c084cf9a32..a28f591bc4 100644 --- a/fs/ext4/ext_common.h +++ b/fs/ext4/ext_common.h @@ -37,7 +37,7 @@ /* Amount of indirect blocks in an inode. */ #define INDIRECT_BLOCKS 12 -/* Maximum lenght of a pathname. */ +/* Maximum length of a pathname. */ #define EXT2_PATH_MAX 4096 /* Maximum nesting of symlinks, used to prevent a loop. */ #define EXT2_MAX_SYMLINKCNT 8 -- cgit v1.2.3