From bfd5d7f11298ddff7f8c0ce47840d847fa19064a Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Fri, 30 May 2014 11:07:33 +0200 Subject: misc: upper-case some abbreviations Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- common/filetype.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'common/filetype.c') diff --git a/common/filetype.c b/common/filetype.c index 0b5da3042a..508a2b56bf 100644 --- a/common/filetype.c +++ b/common/filetype.c @@ -32,24 +32,24 @@ struct filetype_str { static const struct filetype_str filetype_str[] = { [filetype_unknown] = { "unknown", "unkown" }, - [filetype_arm_zimage] = { "arm Linux zImage", "arm-zimage" }, - [filetype_lzo_compressed] = { "lzo compressed", "lzo" }, - [filetype_lz4_compressed] = { "lz4 compressed", "lz4" }, - [filetype_arm_barebox] = { "arm barebox image", "arm-barebox" }, + [filetype_arm_zimage] = { "ARM Linux zImage", "arm-zimage" }, + [filetype_lzo_compressed] = { "LZO compressed", "lzo" }, + [filetype_lz4_compressed] = { "LZ4 compressed", "lz4" }, + [filetype_arm_barebox] = { "ARM barebox image", "arm-barebox" }, [filetype_uimage] = { "U-Boot uImage", "u-boot" }, [filetype_ubi] = { "UBI image", "ubi" }, [filetype_jffs2] = { "JFFS2 image", "jffs2" }, - [filetype_gzip] = { "gzip compressed", "gzip" }, - [filetype_bzip2] = { "bzip2 compressed", "bzip2" }, - [filetype_oftree] = { "open firmware flat device tree", "dtb" }, - [filetype_aimage] = { "Android boot image", "android" }, - [filetype_sh] = { "Bourne Shell", "sh" }, + [filetype_gzip] = { "GZIP compressed", "gzip" }, + [filetype_bzip2] = { "BZIP2 compressed", "bzip2" }, + [filetype_oftree] = { "open firmware Device Tree flattened Binary", "dtb" }, + [filetype_aimage] = { "android boot image", "android" }, + [filetype_sh] = { "bourne SHell", "sh" }, [filetype_mips_barebox] = { "MIPS barebox image", "mips-barebox" }, [filetype_fat] = { "FAT filesytem", "fat" }, [filetype_mbr] = { "MBR sector", "mbr" }, [filetype_bmp] = { "BMP image", "bmp" }, [filetype_png] = { "PNG image", "png" }, - [filetype_ext] = { "ext filesystem", "ext" }, + [filetype_ext] = { "EXT filesystem", "ext" }, [filetype_gpt] = { "GUID Partition Table", "gpt" }, [filetype_bpk] = { "Binary PacKage", "bpk" }, [filetype_barebox_env] = { "barebox environment file", "bbenv" }, -- cgit v1.2.3