[PATCH] update comment about gzip scratch size

fix a comment about the array size.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Olaf Hering and committed by Linus Torvalds f14c6fd0 dfa1a553

+1 -1
+1 -1
arch/ppc/boot/openfirmware/chrpmain.c
··· 39 40 #define SCRATCH_SIZE (128 << 10) 41 42 - static char scratch[SCRATCH_SIZE]; /* 1MB of scratch space for gunzip */ 43 44 typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int); 45
··· 39 40 #define SCRATCH_SIZE (128 << 10) 41 42 + static char scratch[SCRATCH_SIZE]; /* 128k of scratch space for gunzip */ 43 44 typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int); 45