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


Groups > linux.kernel > #1629052

[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 2017-04-23 19:30 +0200
Message-ID <tztuF-2XO-3@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 e0fdea706eca..9ba915af076e 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.11.0

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> - 2017-04-23 19:30 +0200

csiph-web