Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548631 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-12-30 16:00 +0100 |
| Last post | 2016-12-30 16:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering" Colin King <colin.king@canonical.com> - 2016-12-30 16:00 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-12-30 16:00 +0100 |
| Subject | [PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering" |
| Message-ID | <sU6P0-5FM-9@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web