lkml.org 
[lkml]   [2016]   [Dec]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] cris: kgdb: fix spelling mistake: "trigging" -> "triggering"
Date
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
\
 
 \ /
  Last update: 2016-12-30 15:59    [W:0.029 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site