Skip to content

Commit

Permalink
[PATCH] update comment about gzip scratch size
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olaf Hering authored and Linus Torvalds committed Jun 25, 2005
1 parent dfa1a55 commit f14c6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/boot/openfirmware/chrpmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ char *avail_high;

#define SCRATCH_SIZE (128 << 10)

static char scratch[SCRATCH_SIZE]; /* 1MB of scratch space for gunzip */
static char scratch[SCRATCH_SIZE]; /* 128k of scratch space for gunzip */

typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int);

Expand Down

0 comments on commit f14c6fd

Please sign in to comment.