diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-09 18:10:13 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-09 18:10:13 -0500 |
commit | 943ffb587cfdf3b2adfe52a6db08573f4ecf3284 (patch) | |
tree | d2b631e24a824e9742f941cf3b89b0eea91bd201 /arch | |
parent | 540695886075964c0e5295bea8e4793e8765d010 (diff) |
spelling: s/retreive/retrieve/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 2 | ||||
-rw-r--r-- | arch/powerpc/mm/hash_utils_64.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/powermac/cpufreq_64.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index 977ee3adaf2d..34ab0daec3a7 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -972,7 +972,7 @@ static int __init early_init_dt_scan_chosen(unsigned long node, | |||
972 | #endif | 972 | #endif |
973 | 973 | ||
974 | #ifdef CONFIG_PPC_RTAS | 974 | #ifdef CONFIG_PPC_RTAS |
975 | /* To help early debugging via the front panel, we retreive a minimal | 975 | /* To help early debugging via the front panel, we retrieve a minimal |
976 | * set of RTAS infos now if available | 976 | * set of RTAS infos now if available |
977 | */ | 977 | */ |
978 | { | 978 | { |
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 4283fa33f784..ae2e2a31a705 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -632,7 +632,7 @@ void rtas_stop_self(void) | |||
632 | } | 632 | } |
633 | 633 | ||
634 | /* | 634 | /* |
635 | * Call early during boot, before mem init or bootmem, to retreive the RTAS | 635 | * Call early during boot, before mem init or bootmem, to retrieve the RTAS |
636 | * informations from the device-tree and allocate the RMO buffer for userland | 636 | * informations from the device-tree and allocate the RMO buffer for userland |
637 | * accesses. | 637 | * accesses. |
638 | */ | 638 | */ |
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 98e9f0595dd8..81567e931260 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -438,7 +438,7 @@ void __init setup_system(void) | |||
438 | 438 | ||
439 | /* | 439 | /* |
440 | * Fill the ppc64_caches & systemcfg structures with informations | 440 | * Fill the ppc64_caches & systemcfg structures with informations |
441 | * retreived from the device-tree. Need to be called before | 441 | * retrieved from the device-tree. Need to be called before |
442 | * finish_device_tree() since the later requires some of the | 442 | * finish_device_tree() since the later requires some of the |
443 | * informations filled up here to properly parse the interrupt | 443 | * informations filled up here to properly parse the interrupt |
444 | * tree. | 444 | * tree. |
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index 5bb433cbe41b..149351a84b94 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
@@ -368,7 +368,7 @@ static unsigned long __init htab_get_table_size(void) | |||
368 | unsigned long mem_size, rnd_mem_size, pteg_count; | 368 | unsigned long mem_size, rnd_mem_size, pteg_count; |
369 | 369 | ||
370 | /* If hash size isn't already provided by the platform, we try to | 370 | /* If hash size isn't already provided by the platform, we try to |
371 | * retreive it from the device-tree. If it's not there neither, we | 371 | * retrieve it from the device-tree. If it's not there neither, we |
372 | * calculate it now based on the total RAM size | 372 | * calculate it now based on the total RAM size |
373 | */ | 373 | */ |
374 | if (ppc64_pft_size == 0) | 374 | if (ppc64_pft_size == 0) |
diff --git a/arch/powerpc/platforms/powermac/cpufreq_64.c b/arch/powerpc/platforms/powermac/cpufreq_64.c index a4b50c4109c2..a415e8d2f7af 100644 --- a/arch/powerpc/platforms/powermac/cpufreq_64.c +++ b/arch/powerpc/platforms/powermac/cpufreq_64.c | |||
@@ -80,7 +80,7 @@ static struct freq_attr* g5_cpu_freqs_attr[] = { | |||
80 | }; | 80 | }; |
81 | 81 | ||
82 | /* Power mode data is an array of the 32 bits PCR values to use for | 82 | /* Power mode data is an array of the 32 bits PCR values to use for |
83 | * the various frequencies, retreived from the device-tree | 83 | * the various frequencies, retrieved from the device-tree |
84 | */ | 84 | */ |
85 | static u32 *g5_pmode_data; | 85 | static u32 *g5_pmode_data; |
86 | static int g5_pmode_max; | 86 | static int g5_pmode_max; |