diff options
| author | Markus Elfring <[email protected]> | 2017-10-17 11:31:42 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2017-10-22 10:16:36 +0000 |
| commit | c28237f1d4ed2c9022f9eed656ecf36999e34f47 (patch) | |
| tree | c60587bc4fb95c9e4cf321cf4fc83e618764e913 /arch/powerpc/platforms/powernv/opal-memory-errors.c | |
| parent | powerpc/axonram: Drop unnecessary variable initialisation (diff) | |
| download | kernel-c28237f1d4ed2c9022f9eed656ecf36999e34f47.tar.gz kernel-c28237f1d4ed2c9022f9eed656ecf36999e34f47.zip | |
powerpc-opal: Fix a typo in a comment line of two file headers
Fix a word in these descriptions.
Signed-off-by: Markus Elfring <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/platforms/powernv/opal-memory-errors.c')
| -rw-r--r-- | arch/powerpc/platforms/powernv/opal-memory-errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-memory-errors.c b/arch/powerpc/platforms/powernv/opal-memory-errors.c index 4495f428b500..d9916ea62305 100644 --- a/arch/powerpc/platforms/powernv/opal-memory-errors.c +++ b/arch/powerpc/platforms/powernv/opal-memory-errors.c @@ -1,5 +1,5 @@ /* - * OPAL asynchronus Memory error handling support in PowreNV. + * OPAL asynchronus Memory error handling support in PowerNV. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |
