mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[PATCH] MIPS: Cavium: Move swapped comments to their rightful place.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a33a052f19
commit
1c1a90d866
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue