diff options
author | Haesung Kim <matia.kim@lge.com> | 2014-12-12 16:58:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-13 12:42:52 -0800 |
commit | a060bfe032bcb8522b470f8a7a16e225a9fe5dd6 (patch) | |
tree | 4463dd61e506b28a5dd7be8753dd365388e90d0a /ipc | |
parent | b5c8afe5be51078a979d86ae5ae78c4ac948063d (diff) | |
download | linux-exynos-a060bfe032bcb8522b470f8a7a16e225a9fe5dd6.tar.gz linux-exynos-a060bfe032bcb8522b470f8a7a16e225a9fe5dd6.tar.bz2 linux-exynos-a060bfe032bcb8522b470f8a7a16e225a9fe5dd6.zip |
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>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions