projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
049e6dd
)
arm64: debug: Fix typo in debug-monitors.c
author
Yang Shi
<yang.shi@linaro.org>
Fri, 18 Sep 2015 21:09:00 +0000
(22:09 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Mon, 5 Oct 2015 15:30:50 +0000
(16:30 +0100)
Fix comment typo: s/handers/handlers/
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Will Deacon <will.deacon@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.