aboutsummaryrefslogtreecommitdiff
path: root/rtas
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:27 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:23 +1100
commitadc561044f17d21c4d164cbe07068a3851450f8f (patch)
tree0074618444d341247e5e7350d830975c672d45b0 /rtas
parente8124ca96e34f702fbbf60925461a5f9857b46a1 (diff)
downloadSLOF-adc561044f17d21c4d164cbe07068a3851450f8f.zip
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.gz
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.bz2
Fix remaining typos in various folders
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'rtas')
-rw-r--r--rtas/reloc.S2
-rw-r--r--rtas/rtas_call.c2
-rw-r--r--rtas/rtas_entry.S5
3 files changed, 4 insertions, 5 deletions
diff --git a/rtas/reloc.S b/rtas/reloc.S
index 1b5b59a..8e2e936 100644
--- a/rtas/reloc.S
+++ b/rtas/reloc.S
@@ -19,7 +19,7 @@ Function:
r4: Configuration
Output:
r3: Entry point for rtas calls
-Decription: Called by OpenFirmware to instantiate rtas, needs to copy
+Description: Called by OpenFirmware to instantiate rtas, needs to copy
itself to destination, also do a relocations.
*/
diff --git a/rtas/rtas_call.c b/rtas/rtas_call.c
index 8c7532c..61671d4 100644
--- a/rtas/rtas_call.c
+++ b/rtas/rtas_call.c
@@ -38,7 +38,7 @@ Function: rtas_call
rtas_args: pointer to RTAS arguments structure
Output:
-Decription: Handle RTAS call. This C function is called
+Description: Handle RTAS call. This C function is called
from the asm function rtas_entry.
*/
diff --git a/rtas/rtas_entry.S b/rtas/rtas_entry.S
index 424137b..50411dc 100644
--- a/rtas/rtas_entry.S
+++ b/rtas/rtas_entry.S
@@ -20,9 +20,8 @@ Function:
r4: base address
Output:
-Decription: Main entry point, called from OS. Second parameter is not
- used.
-
+Description:
+ Main entry point, called from OS. Second parameter is not used.
*/
.globl rtas_entry
rtas_entry: