]> git.baikalelectronics.ru Git - kernel.git/commit
lib/decompress.c: consistency of compress formats for kernel image
authorHaesung Kim <matia.kim@lge.com>
Sat, 13 Dec 2014 00:58:08 +0000 (16:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2014 20:42:52 +0000 (12:42 -0800)
commit42b897ba741e8e2569a269b1f91e74a3fd91b763
tree4463dd61e506b28a5dd7be8753dd365388e90d0a
parentd2acd7982efebbdac1f89048f573b93f0a9ef688
lib/decompress.c: consistency of compress formats for kernel image

Magic number of compress formats for kernel image is defined by two bytes.
 These numbers are written in hexadecimal number, nevertheless magic
number for only gunzip is written in octal number.  The formats should be
consistent for readability.  Therefore, magic numbers for gunzip are also
defined by hexadecimal number.

Signed-off-by: Haesung Kim <matia.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/decompress.c