Skip to content

Commit

Permalink
bzip2/lzma: consistently capitalize LZMA in Kconfig
Browse files Browse the repository at this point in the history
Impact: message formatting

Consistently spell LZMA in all capitals, since it (unlike gzip or
bzip2) is an acronym.

Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
H. Peter Anvin committed Mar 28, 2009
1 parent 337bed4 commit 55d1d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ config RD_BZIP2
If unsure, say N.

config RD_LZMA
bool "Support initial ramdisks compressed using lzma" if EMBEDDED
bool "Support initial ramdisks compressed using LZMA" if EMBEDDED
default !EMBEDDED
depends on BLK_DEV_INITRD
select DECOMPRESS_LZMA
help
Support loading of a lzma encoded initial ramdisk or cpio buffer
Support loading of a LZMA encoded initial ramdisk or cpio buffer
If unsure, say N.

choice
Expand All @@ -83,7 +83,7 @@ choice
Compression speed is only relevant when building a kernel.
Decompression speed is relevant at each boot.

If you have any problems with bzip2 or lzma compressed
If you have any problems with bzip2 or LZMA compressed
initramfs, mail me (Alain Knaff) <[email protected]>.

High compression options are mostly useful for users who
Expand Down

0 comments on commit 55d1d26

Please sign in to comment.