* Re: update-comment-about-gzip-scratch-size.patch added to -mm tree
[not found] <200505272149.j4RLnKZW011173@shell0.pdx.osdl.net>
@ 2005-05-27 22:15 ` Alexey Dobriyan
2005-05-27 22:15 ` Olaf Hering
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2005-05-27 22:15 UTC (permalink / raw)
To: akpm; +Cc: olh, linux-kernel
On Saturday 28 May 2005 01:50, akpm@osdl.org wrote:
> From: Olaf Hering <olh@suse.de>
>
> fix a comment about the array size.
> --- 25/arch/ppc/boot/openfirmware/chrpmain.c~update-comment-about-gzip-scratch-size
> +++ 25-akpm/arch/ppc/boot/openfirmware/chrpmain.c
> #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 */
How about this?
Remove incorrect size from comment. scratch size is defined two lines above.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
--- linux-vanilla/arch/ppc/boot/openfirmware/chrpmain.c 2005-05-27 23:06:23.000000000 +0400
+++ linux-scratch/arch/ppc/boot/openfirmware/chrpmain.c 2005-05-28 02:08:54.000000000 +0400
@@ -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]; /* scratch space for gunzip */
typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: update-comment-about-gzip-scratch-size.patch added to -mm tree
2005-05-27 22:15 ` update-comment-about-gzip-scratch-size.patch added to -mm tree Alexey Dobriyan
@ 2005-05-27 22:15 ` Olaf Hering
0 siblings, 0 replies; 2+ messages in thread
From: Olaf Hering @ 2005-05-27 22:15 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: akpm, linux-kernel
On Sat, May 28, Alexey Dobriyan wrote:
> On Saturday 28 May 2005 01:50, akpm@osdl.org wrote:
> > From: Olaf Hering <olh@suse.de>
> >
> > fix a comment about the array size.
>
> > --- 25/arch/ppc/boot/openfirmware/chrpmain.c~update-comment-about-gzip-scratch-size
> > +++ 25-akpm/arch/ppc/boot/openfirmware/chrpmain.c
>
> > #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 */
>
> How about this?
Better remove the comment.
Or replace it with an URL to /. where we annouce the existence of scratch space for gzip.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-27 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200505272149.j4RLnKZW011173@shell0.pdx.osdl.net>
2005-05-27 22:15 ` update-comment-about-gzip-scratch-size.patch added to -mm tree Alexey Dobriyan
2005-05-27 22:15 ` Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox