Home
last modified time | relevance | path

Searched hist:a060bfe032bcb8522b470f8a7a16e225a9fe5dd6 (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Ddecompress.cdiff a060bfe032bcb8522b470f8a7a16e225a9fe5dd6 Sat Dec 13 01:58:08 CET 2014 Haesung Kim <matia.kim@lge.com> 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>