All of lore.kernel.org
 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.