linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
@ 2021-01-20 13:34 ChunyouTang
  2021-01-20 16:20 ` John Paul Adrian Glaubitz
  2021-01-20 16:20 ` Randy Dunlap
  0 siblings, 2 replies; 6+ messages in thread
From: ChunyouTang @ 2021-01-20 13:34 UTC (permalink / raw)
  To: ink, mattst88, akpm, rppt
  Cc: linux-alpha, linux-kernel, zhangwen, tangchunyou

From: tangchunyou <tangchunyou@yulong.com>

"kerne" -> "kernel"

Signed-off-by: tangchunyou <tangchunyou@yulong.com>
---
 arch/alpha/boot/bootpz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
index 43af718..61b61be 100644
--- a/arch/alpha/boot/bootpz.c
+++ b/arch/alpha/boot/bootpz.c
@@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void *source,
 	START_ADDR	KSEG address of the entry point of kernel code.
 
 	ZERO_PGE	KSEG address of page full of zeroes, but 
-			upon entry to kerne cvan be expected
+			upon entry to kernel cvan be expected
 			to hold the parameter list and possible
 			INTRD information.
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
  2021-01-20 13:34 [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c ChunyouTang
@ 2021-01-20 16:20 ` John Paul Adrian Glaubitz
  2021-01-20 16:20 ` Randy Dunlap
  1 sibling, 0 replies; 6+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-20 16:20 UTC (permalink / raw)
  To: ChunyouTang, ink, mattst88, akpm, rppt
  Cc: linux-alpha, linux-kernel, zhangwen, tangchunyou

Hi ChunyouTang!

On 1/20/21 2:34 PM, ChunyouTang wrote:
> From: tangchunyou <tangchunyou@yulong.com>
> 
> "kerne" -> "kernel"
> 
> Signed-off-by: tangchunyou <tangchunyou@yulong.com>
> ---
>  arch/alpha/boot/bootpz.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
> index 43af718..61b61be 100644
> --- a/arch/alpha/boot/bootpz.c
> +++ b/arch/alpha/boot/bootpz.c
> @@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void *source,
>  	START_ADDR	KSEG address of the entry point of kernel code.
>  
>  	ZERO_PGE	KSEG address of page full of zeroes, but 
> -			upon entry to kerne cvan be expected
> +			upon entry to kernel cvan be expected
>  			to hold the parameter list and possible
>  			INTRD information.

That should probably be "upon entry to the kernel cvan can be expected".

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
  2021-01-20 13:34 [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c ChunyouTang
  2021-01-20 16:20 ` John Paul Adrian Glaubitz
@ 2021-01-20 16:20 ` Randy Dunlap
  2021-01-20 16:37   ` John Paul Adrian Glaubitz
  1 sibling, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2021-01-20 16:20 UTC (permalink / raw)
  To: ChunyouTang, ink, mattst88, akpm, rppt
  Cc: linux-alpha, linux-kernel, zhangwen, tangchunyou

On 1/20/21 5:34 AM, ChunyouTang wrote:
> From: tangchunyou <tangchunyou@yulong.com>
> 
> "kerne" -> "kernel"
> 
> Signed-off-by: tangchunyou <tangchunyou@yulong.com>
> ---
>  arch/alpha/boot/bootpz.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
> index 43af718..61b61be 100644
> --- a/arch/alpha/boot/bootpz.c
> +++ b/arch/alpha/boot/bootpz.c
> @@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void *source,
>  	START_ADDR	KSEG address of the entry point of kernel code.
>  
>  	ZERO_PGE	KSEG address of page full of zeroes, but 
> -			upon entry to kerne cvan be expected
> +			upon entry to kernel cvan be expected

s/cvan/can/ also

>  			to hold the parameter list and possible
>  			INTRD information.
>  
> 


-- 
~Randy
"He closes his eyes and drops the goggles.  You can't get hurt
by looking at a bitmap.  Or can you?"
(Neal Stephenson: Snow Crash)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
  2021-01-20 16:20 ` Randy Dunlap
@ 2021-01-20 16:37   ` John Paul Adrian Glaubitz
  2021-01-21  2:20     ` Chunyou Tang
  0 siblings, 1 reply; 6+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-20 16:37 UTC (permalink / raw)
  To: Randy Dunlap, ChunyouTang, ink, mattst88, akpm, rppt
  Cc: linux-alpha, linux-kernel, zhangwen, tangchunyou

On 1/20/21 5:20 PM, Randy Dunlap wrote:
> On 1/20/21 5:34 AM, ChunyouTang wrote:
>> From: tangchunyou <tangchunyou@yulong.com>
>>
>> "kerne" -> "kernel"
>>
>> Signed-off-by: tangchunyou <tangchunyou@yulong.com>
>> ---
>>  arch/alpha/boot/bootpz.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
>> index 43af718..61b61be 100644
>> --- a/arch/alpha/boot/bootpz.c
>> +++ b/arch/alpha/boot/bootpz.c
>> @@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void *source,
>>  	START_ADDR	KSEG address of the entry point of kernel code.
>>  
>>  	ZERO_PGE	KSEG address of page full of zeroes, but 
>> -			upon entry to kerne cvan be expected
>> +			upon entry to kernel cvan be expected
> 
> s/cvan/can/ also

Right. Reading the whole paragraph helps. It probably should be:

ZERO_PGE	KSEG address of page full of zeroes, but
		upon entry to kernel, it can be expected
		to hold the parameter list and possible
		INTRD information.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
  2021-01-20 16:37   ` John Paul Adrian Glaubitz
@ 2021-01-21  2:20     ` Chunyou Tang
  2021-01-21  8:00       ` John Paul Adrian Glaubitz
  0 siblings, 1 reply; 6+ messages in thread
From: Chunyou Tang @ 2021-01-21  2:20 UTC (permalink / raw)
  To: John Paul Adrian Glaubitz
  Cc: Randy Dunlap, ink, mattst88, akpm, rppt, linux-alpha,
	linux-kernel, zhangwen, tangchunyou

On Wed, 20 Jan 2021 17:37:07 +0100
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:

> On 1/20/21 5:20 PM, Randy Dunlap wrote:
> > On 1/20/21 5:34 AM, ChunyouTang wrote:  
> >> From: tangchunyou <tangchunyou@yulong.com>
> >>
> >> "kerne" -> "kernel"
> >>
> >> Signed-off-by: tangchunyou <tangchunyou@yulong.com>
> >> ---
> >>  arch/alpha/boot/bootpz.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
> >> index 43af718..61b61be 100644
> >> --- a/arch/alpha/boot/bootpz.c
> >> +++ b/arch/alpha/boot/bootpz.c
> >> @@ -200,7 +200,7 @@ extern int decompress_kernel(void*
> >> destination, void *source, START_ADDR	KSEG address of the
> >> entry point of kernel code. 
> >>  	ZERO_PGE	KSEG address of page full of zeroes, but 
> >> -			upon entry to kerne cvan be expected
> >> +			upon entry to kernel cvan be expected  
> > 
> > s/cvan/can/ also  
> 
> Right. Reading the whole paragraph helps. It probably should be:
> 
> ZERO_PGE	KSEG address of page full of zeroes, but
> 		upon entry to kernel, it can be expected
> 		to hold the parameter list and possible
> 		INTRD information.
> 
> Adrian
> 

ok, I change it as :
ZERO_PGE	KSEG address of page full of zeroes, but
		upon entry to kernel, it can be expected
		to hold the parameter list and possible
		INTRD information.
then I commit it.

Chunyou Tang


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
  2021-01-21  2:20     ` Chunyou Tang
@ 2021-01-21  8:00       ` John Paul Adrian Glaubitz
  0 siblings, 0 replies; 6+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-01-21  8:00 UTC (permalink / raw)
  To: Chunyou Tang
  Cc: Randy Dunlap, ink, mattst88, akpm, rppt, linux-alpha,
	linux-kernel, zhangwen, tangchunyou

Hi Chunyou!

On 1/21/21 3:20 AM, Chunyou Tang wrote:
>> Right. Reading the whole paragraph helps. It probably should be:
>>
>> ZERO_PGE	KSEG address of page full of zeroes, but
>> 		upon entry to kernel, it can be expected
>> 		to hold the parameter list and possible
>> 		INTRD information.
>>
>> Adrian
>>
> 
> ok, I change it as :
> ZERO_PGE	KSEG address of page full of zeroes, but
> 		upon entry to kernel, it can be expected
> 		to hold the parameter list and possible
> 		INTRD information.
> then I commit it.

Great, thank you.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-21  8:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 13:34 [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c ChunyouTang
2021-01-20 16:20 ` John Paul Adrian Glaubitz
2021-01-20 16:20 ` Randy Dunlap
2021-01-20 16:37   ` John Paul Adrian Glaubitz
2021-01-21  2:20     ` Chunyou Tang
2021-01-21  8:00       ` John Paul Adrian Glaubitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).