Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 943ffb58 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk
Browse files

spelling: s/retreive/retrieve/



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 54069588
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -185,7 +185,7 @@ VII. Getting Parameters
      ENOMEM      Kernel memory allocation error
      ENOMEM      Kernel memory allocation error


   A return value of 0 does not mean that the value was actually
   A return value of 0 does not mean that the value was actually
   properly retreived.  The user should check the result list
   properly retrieved.  The user should check the result list
   to determine the specific status of the transaction.
   to determine the specific status of the transaction.


VIII. Downloading Software
VIII. Downloading Software
+1 −1
Original line number Original line Diff line number Diff line
@@ -972,7 +972,7 @@ static int __init early_init_dt_scan_chosen(unsigned long node,
#endif
#endif


#ifdef CONFIG_PPC_RTAS
#ifdef CONFIG_PPC_RTAS
	/* To help early debugging via the front panel, we retreive a minimal
	/* To help early debugging via the front panel, we retrieve a minimal
	 * set of RTAS infos now if available
	 * set of RTAS infos now if available
	 */
	 */
	{
	{
+1 −1
Original line number Original line Diff line number Diff line
@@ -632,7 +632,7 @@ void rtas_stop_self(void)
}
}


/*
/*
 * Call early during boot, before mem init or bootmem, to retreive the RTAS
 * Call early during boot, before mem init or bootmem, to retrieve the RTAS
 * informations from the device-tree and allocate the RMO buffer for userland
 * informations from the device-tree and allocate the RMO buffer for userland
 * accesses.
 * accesses.
 */
 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -438,7 +438,7 @@ void __init setup_system(void)


	/*
	/*
	 * Fill the ppc64_caches & systemcfg structures with informations
	 * Fill the ppc64_caches & systemcfg structures with informations
	 * retreived from the device-tree. Need to be called before
	 * retrieved from the device-tree. Need to be called before
	 * finish_device_tree() since the later requires some of the
	 * finish_device_tree() since the later requires some of the
	 * informations filled up here to properly parse the interrupt
	 * informations filled up here to properly parse the interrupt
	 * tree.
	 * tree.
+1 −1
Original line number Original line Diff line number Diff line
@@ -368,7 +368,7 @@ static unsigned long __init htab_get_table_size(void)
	unsigned long mem_size, rnd_mem_size, pteg_count;
	unsigned long mem_size, rnd_mem_size, pteg_count;


	/* If hash size isn't already provided by the platform, we try to
	/* If hash size isn't already provided by the platform, we try to
	 * retreive it from the device-tree. If it's not there neither, we
	 * retrieve it from the device-tree. If it's not there neither, we
	 * calculate it now based on the total RAM size
	 * calculate it now based on the total RAM size
	 */
	 */
	if (ppc64_pft_size == 0)
	if (ppc64_pft_size == 0)
Loading