projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35f3a4
)
KVM: PPC: Book3S: Fix typo in top comment about locking
author
Greg Kurz
<gkurz@linux.vnet.ibm.com>
Thu, 3 Sep 2015 09:12:59 +0000
(11:12 +0200)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 3 Sep 2015 21:28:05 +0000
(07:28 +1000)
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kvm/book3s_xics.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/book3s_xics.c
b/arch/powerpc/kvm/book3s_xics.c
index
c6ca7db
..
905e94a
100644
(file)
--- a/
arch/powerpc/kvm/book3s_xics.c
+++ b/
arch/powerpc/kvm/book3s_xics.c
@@
-41,7
+41,7
@@
* =======
*
* Each ICS has a spin lock protecting the information about the IRQ
- * sources and avoiding simultaneous deliveries
i
f the same interrupt.
+ * sources and avoiding simultaneous deliveries
o
f the same interrupt.
*
* ICP operations are done via a single compare & swap transaction
* (most ICP state fits in the union kvmppc_icp_state)