[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211114130440.1530498-1-georgedanielmangum@gmail.com>
Date: Sun, 14 Nov 2021 08:04:39 -0500
From: hasheddan <georgedanielmangum@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: georgedanielmangum@...il.com,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Mark Rutland <mark.rutland@....com>,
Masami Hiramatsu <mhiramat@...nel.org>,
Zihao Yu <yuzihao@....ac.cn>, Ard Biesheuvel <ardb@...nel.org>,
Jisheng Zhang <jszhang@...nel.org>,
Andreas Schwab <schwab@...e.de>,
Atish Patra <atish.patra@....com>,
Damien Le Moal <damien.lemoal@....com>,
Tong Tiangen <tongtiangen@...wei.com>,
Vincent Chen <vincent.chen@...ive.com>,
linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] riscv/entry: fix misspelling of instruction
Changes spelling from instruciton to instruction in comment in entry.S.
Signed-off-by: hasheddan <georgedanielmangum@...il.com>
---
arch/riscv/kernel/entry.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/kernel/entry.S b/arch/riscv/kernel/entry.S
index ed29e9c8f660..728c521dcc85 100644
--- a/arch/riscv/kernel/entry.S
+++ b/arch/riscv/kernel/entry.S
@@ -568,7 +568,7 @@ ENTRY(excp_vect_table)
RISCV_PTR do_trap_ecall_s
RISCV_PTR do_trap_unknown
RISCV_PTR do_trap_ecall_m
- /* instruciton page fault */
+ /* instruction page fault */
ALT_PAGE_FAULT(RISCV_PTR do_page_fault)
RISCV_PTR do_page_fault /* load page fault */
RISCV_PTR do_trap_unknown
--
2.25.1
Powered by blists - more mailing lists