projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db10f55
)
powerpc/reg.h: delete duplicated word
author
Randy Dunlap
<rdunlap@infradead.org>
Sun, 26 Jul 2020 00:38:07 +0000
(17:38 -0700)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sun, 26 Jul 2020 14:01:32 +0000
(
00:01
+1000)
Drop the repeated word "a".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20200726003809.20454-8-rdunlap@infradead.org
arch/powerpc/include/asm/reg.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/reg.h
b/arch/powerpc/include/asm/reg.h
index 97efbe2973fab6d2463982f0dd34efef57406cb7..ae71027d3ca23876084f210732506071a03faee7 100644
(file)
--- a/
arch/powerpc/include/asm/reg.h
+++ b/
arch/powerpc/include/asm/reg.h
@@
-1479,7
+1479,7
@@
static inline void update_power8_hid0(unsigned long hid0)
{
/*
* The HID0 update on Power8 should at the very least be
- * preceded by a
a
SYNC instruction followed by an ISYNC
+ * preceded by a SYNC instruction followed by an ISYNC
* instruction
*/
asm volatile("sync; mtspr %0,%1; isync":: "i"(SPRN_HID0), "r"(hid0));