Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548631

[PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering"
Date 2016-12-30 16:00 +0100
Message-ID <sU6P0-5FM-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in panic message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/cris/arch-v32/kernel/kgdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/cris/arch-v32/kernel/kgdb.c b/arch/cris/arch-v32/kernel/kgdb.c
index e0fdea7..9ba915a 100644
--- a/arch/cris/arch-v32/kernel/kgdb.c
+++ b/arch/cris/arch-v32/kernel/kgdb.c
@@ -875,7 +875,7 @@ stub_is_stopped(int sigval)
 					   that it isn't configured for. */
 					if ((rw_bits == 0x1 && trig_bits != 0x1) ||
 					    (rw_bits == 0x2 && trig_bits != 0x2))
-						panic("Invalid r/w trigging for this BP");
+						panic("Invalid r/w triggering for this BP");
 
 					/* Mark this BP as trigged for future reference. */
 					trig_mask |= (1 << bp);
-- 
2.10.2

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering" Colin King <colin.king@canonical.com> - 2016-12-30 16:00 +0100

csiph-web