Commit 55d1d26f23383163a256d0de2aaf2b8fca83e611
1 parent
337bed413e
Exists in
master
and in
39 other branches
bzip2/lzma: consistently capitalize LZMA in Kconfig
Impact: message formatting Consistently spell LZMA in all capitals, since it (unlike gzip or bzip2) is an acronym. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
usr/Kconfig
... | ... | @@ -64,12 +64,12 @@ |
64 | 64 | If unsure, say N. |
65 | 65 | |
66 | 66 | config RD_LZMA |
67 | - bool "Support initial ramdisks compressed using lzma" if EMBEDDED | |
67 | + bool "Support initial ramdisks compressed using LZMA" if EMBEDDED | |
68 | 68 | default !EMBEDDED |
69 | 69 | depends on BLK_DEV_INITRD |
70 | 70 | select DECOMPRESS_LZMA |
71 | 71 | help |
72 | - Support loading of a lzma encoded initial ramdisk or cpio buffer | |
72 | + Support loading of a LZMA encoded initial ramdisk or cpio buffer | |
73 | 73 | If unsure, say N. |
74 | 74 | |
75 | 75 | choice |
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | Compression speed is only relevant when building a kernel. |
84 | 84 | Decompression speed is relevant at each boot. |
85 | 85 | |
86 | - If you have any problems with bzip2 or lzma compressed | |
86 | + If you have any problems with bzip2 or LZMA compressed | |
87 | 87 | initramfs, mail me (Alain Knaff) <alain@knaff.lu>. |
88 | 88 | |
89 | 89 | High compression options are mostly useful for users who |