projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33a052
)
[PATCH] MIPS: Cavium: Move swapped comments to their rightful place.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 5 Jul 2009 18:23:30 +0000
(19:23 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 3 Aug 2009 16:52:39 +0000
(17:52 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/c-octeon.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mm/c-octeon.c
b/arch/mips/mm/c-octeon.c
index b165cdcb281815e4d95452283ac87ba8150200ed..10ab69f7183fc8b69630c3c7add7a06a22b64fe4 100644
(file)
--- a/
arch/mips/mm/c-octeon.c
+++ b/
arch/mips/mm/c-octeon.c
@@
-289,7
+289,7
@@
static void cache_parity_error_octeon(int non_recoverable)
}
/**
- * Called when the the exception is
not
recoverable
+ * Called when the the exception is recoverable
*/
asmlinkage void cache_parity_error_octeon_recoverable(void)
@@
-298,7
+298,7
@@
asmlinkage void cache_parity_error_octeon_recoverable(void)
}
/**
- * Called when the the exception is recoverable
+ * Called when the the exception is
not
recoverable
*/
asmlinkage void cache_parity_error_octeon_non_recoverable(void)