projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f3228
)
arm64: debug: Fix typo in debug-monitors.c
author
Yang Shi
<yang.shi@linaro.org>
Fri, 18 Sep 2015 21:09:00 +0000
(14:09 -0700)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 16 Oct 2015 17:21:12 +0000
(18:21 +0100)
Fix handers to handlers.
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/debug-monitors.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/debug-monitors.c
b/arch/arm64/kernel/debug-monitors.c
index cebf78661a553775003bfee8ec89f65e33e3ec55..8eef30f9265144a19a51bb7e1d3e3767b1e81df4 100644
(file)
--- a/
arch/arm64/kernel/debug-monitors.c
+++ b/
arch/arm64/kernel/debug-monitors.c
@@
-201,7
+201,7
@@
void unregister_step_hook(struct step_hook *hook)
}
/*
- * Call registered single step handers
+ * Call registered single step hand
l
ers
* There is no Syndrome info to check for determining the handler.
* So we call all the registered handlers, until the right handler is
* found which returns zero.