spelling: s/retreive/retrieve/

Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Adrian Bunk and committed by
Adrian Bunk
943ffb58 54069588

+20 -20
+1 -1
Documentation/i2o/ioctl
··· 185 ENOMEM Kernel memory allocation error 186 187 A return value of 0 does not mean that the value was actually 188 - properly retreived. The user should check the result list 189 to determine the specific status of the transaction. 190 191 VIII. Downloading Software
··· 185 ENOMEM Kernel memory allocation error 186 187 A return value of 0 does not mean that the value was actually 188 + properly retrieved. The user should check the result list 189 to determine the specific status of the transaction. 190 191 VIII. Downloading Software
+1 -1
arch/powerpc/kernel/prom.c
··· 972 #endif 973 974 #ifdef CONFIG_PPC_RTAS 975 - /* To help early debugging via the front panel, we retreive a minimal 976 * set of RTAS infos now if available 977 */ 978 {
··· 972 #endif 973 974 #ifdef CONFIG_PPC_RTAS 975 + /* To help early debugging via the front panel, we retrieve a minimal 976 * set of RTAS infos now if available 977 */ 978 {
+1 -1
arch/powerpc/kernel/rtas.c
··· 632 } 633 634 /* 635 - * Call early during boot, before mem init or bootmem, to retreive the RTAS 636 * informations from the device-tree and allocate the RMO buffer for userland 637 * accesses. 638 */
··· 632 } 633 634 /* 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 637 * accesses. 638 */
+1 -1
arch/powerpc/kernel/setup_64.c
··· 438 439 /* 440 * Fill the ppc64_caches & systemcfg structures with informations 441 - * retreived from the device-tree. Need to be called before 442 * finish_device_tree() since the later requires some of the 443 * informations filled up here to properly parse the interrupt 444 * tree.
··· 438 439 /* 440 * Fill the ppc64_caches & systemcfg structures with informations 441 + * retrieved from the device-tree. Need to be called before 442 * finish_device_tree() since the later requires some of the 443 * informations filled up here to properly parse the interrupt 444 * tree.
+1 -1
arch/powerpc/mm/hash_utils_64.c
··· 368 unsigned long mem_size, rnd_mem_size, pteg_count; 369 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 372 * calculate it now based on the total RAM size 373 */ 374 if (ppc64_pft_size == 0)
··· 368 unsigned long mem_size, rnd_mem_size, pteg_count; 369 370 /* If hash size isn't already provided by the platform, we try to 371 + * retrieve it from the device-tree. If it's not there neither, we 372 * calculate it now based on the total RAM size 373 */ 374 if (ppc64_pft_size == 0)
+1 -1
arch/powerpc/platforms/powermac/cpufreq_64.c
··· 80 }; 81 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 84 */ 85 static u32 *g5_pmode_data; 86 static int g5_pmode_max;
··· 80 }; 81 82 /* Power mode data is an array of the 32 bits PCR values to use for 83 + * the various frequencies, retrieved from the device-tree 84 */ 85 static u32 *g5_pmode_data; 86 static int g5_pmode_max;
+2 -2
drivers/macintosh/therm_pm72.c
··· 630 sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0); 631 np = of_find_node_by_path(nodename); 632 if (np == NULL) { 633 - printk(KERN_ERR "therm_pm72: Failed to retreive cpuid node from device-tree\n"); 634 return -ENODEV; 635 } 636 data = (u8 *)get_property(np, "cpuid", &len); 637 if (data == NULL) { 638 - printk(KERN_ERR "therm_pm72: Failed to retreive cpuid property from device-tree\n"); 639 of_node_put(np); 640 return -ENODEV; 641 }
··· 630 sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0); 631 np = of_find_node_by_path(nodename); 632 if (np == NULL) { 633 + printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid node from device-tree\n"); 634 return -ENODEV; 635 } 636 data = (u8 *)get_property(np, "cpuid", &len); 637 if (data == NULL) { 638 + printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid property from device-tree\n"); 639 of_node_put(np); 640 return -ENODEV; 641 }
+1 -1
drivers/macintosh/windfarm_pm81.c
··· 26 * (typically the drive fan) 27 * - the main control (first control) gets the target value scaled with 28 * the first pair of factors, and is then modified as below 29 - * - the value of the target of the CPU Fan control loop is retreived, 30 * scaled with the second pair of factors, and the max of that and 31 * the scaled target is applied to the main control. 32 *
··· 26 * (typically the drive fan) 27 * - the main control (first control) gets the target value scaled with 28 * the first pair of factors, and is then modified as below 29 + * - the value of the target of the CPU Fan control loop is retrieved, 30 * scaled with the second pair of factors, and the max of that and 31 * the scaled target is applied to the main control. 32 *
+1 -1
drivers/message/i2o/README.ioctl
··· 185 ENOMEM Kernel memory allocation error 186 187 A return value of 0 does not mean that the value was actually 188 - properly retreived. The user should check the result list 189 to determine the specific status of the transaction. 190 191 VIII. Downloading Software
··· 185 ENOMEM Kernel memory allocation error 186 187 A return value of 0 does not mean that the value was actually 188 + properly retrieved. The user should check the result list 189 to determine the specific status of the transaction. 190 191 VIII. Downloading Software
+1 -1
drivers/net/hp100.c
··· 276 * Convert an address in a kernel buffer to a bus/phys/dma address. 277 * This work *only* for memory fragments part of lp->page_vaddr, 278 * because it was properly DMA allocated via pci_alloc_consistent(), 279 - * so we just need to "retreive" the original mapping to bus/phys/dma 280 * address - Jean II */ 281 static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr) 282 {
··· 276 * Convert an address in a kernel buffer to a bus/phys/dma address. 277 * This work *only* for memory fragments part of lp->page_vaddr, 278 * because it was properly DMA allocated via pci_alloc_consistent(), 279 + * so we just need to "retrieve" the original mapping to bus/phys/dma 280 * address - Jean II */ 281 static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr) 282 {
+1 -1
drivers/usb/serial/cypress_m8.c
··· 357 } while (retval != 5 && retval != ENODEV); 358 359 if (retval != 5) { 360 - err("%s - failed to retreive serial line settings - %d", __FUNCTION__, retval); 361 return retval; 362 } else { 363 spin_lock_irqsave(&priv->lock, flags);
··· 357 } while (retval != 5 && retval != ENODEV); 358 359 if (retval != 5) { 360 + err("%s - failed to retrieve serial line settings - %d", __FUNCTION__, retval); 361 return retval; 362 } else { 363 spin_lock_irqsave(&priv->lock, flags);
+1 -1
drivers/video/aty/radeon_monitor.c
··· 423 /* 424 * Probe display on both primary and secondary card's connector (if any) 425 * by various available techniques (i2c, OF device tree, BIOS, ...) and 426 - * try to retreive EDID. The algorithm here comes from XFree's radeon 427 * driver 428 */ 429 void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
··· 423 /* 424 * Probe display on both primary and secondary card's connector (if any) 425 * by various available techniques (i2c, OF device tree, BIOS, ...) and 426 + * try to retrieve EDID. The algorithm here comes from XFree's radeon 427 * driver 428 */ 429 void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
+1 -1
drivers/video/logo/Makefile
··· 16 17 # How to generate logo's 18 19 - # Use logo-cfiles to retreive list of .c files to be built 20 logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \ 21 $(wildcard $(srctree)/$(src)/*$(1).$(2)))) 22
··· 16 17 # How to generate logo's 18 19 + # Use logo-cfiles to retrieve list of .c files to be built 20 logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \ 21 $(wildcard $(srctree)/$(src)/*$(1).$(2)))) 22
+1 -1
fs/9p/vfs_inode.c
··· 663 } 664 665 /** 666 - * v9fs_vfs_getattr - retreive file metadata 667 * @mnt - mount information 668 * @dentry - file to get attributes on 669 * @stat - metadata structure to populate
··· 663 } 664 665 /** 666 + * v9fs_vfs_getattr - retrieve file metadata 667 * @mnt - mount information 668 * @dentry - file to get attributes on 669 * @stat - metadata structure to populate
+3 -3
include/asm-powerpc/smu.h
··· 22 /* 23 * Partition info commands 24 * 25 - * These commands are used to retreive the sdb-partition-XX datas from 26 * the SMU. The lenght is always 2. First byte is the subcommand code 27 * and second byte is the partition ID. 28 * ··· 225 * 226 * SMU_CMD_MISC_ee_GET_DATABLOCK_REC is used, among others, to 227 * transfer blocks of data from the SMU. So far, I've decrypted it's 228 - * usage to retreive partition data. In order to do that, you have to 229 * break your transfer in "chunks" since that command cannot transfer 230 * more than a chunk at a time. The chunk size used by OF is 0xe bytes, 231 * but it seems that the darwin driver will let you do 0x1e bytes if ··· 556 __u32 cmdtype; 557 #define SMU_CMDTYPE_SMU 0 /* SMU command */ 558 #define SMU_CMDTYPE_WANTS_EVENTS 1 /* switch fd to events mode */ 559 - #define SMU_CMDTYPE_GET_PARTITION 2 /* retreive an sdb partition */ 560 561 __u8 cmd; /* SMU command byte */ 562 __u8 pad[3]; /* padding */
··· 22 /* 23 * Partition info commands 24 * 25 + * These commands are used to retrieve the sdb-partition-XX datas from 26 * the SMU. The lenght is always 2. First byte is the subcommand code 27 * and second byte is the partition ID. 28 * ··· 225 * 226 * SMU_CMD_MISC_ee_GET_DATABLOCK_REC is used, among others, to 227 * transfer blocks of data from the SMU. So far, I've decrypted it's 228 + * usage to retrieve partition data. In order to do that, you have to 229 * break your transfer in "chunks" since that command cannot transfer 230 * more than a chunk at a time. The chunk size used by OF is 0xe bytes, 231 * but it seems that the darwin driver will let you do 0x1e bytes if ··· 556 __u32 cmdtype; 557 #define SMU_CMDTYPE_SMU 0 /* SMU command */ 558 #define SMU_CMDTYPE_WANTS_EVENTS 1 /* switch fd to events mode */ 559 + #define SMU_CMDTYPE_GET_PARTITION 2 /* retrieve an sdb partition */ 560 561 __u8 cmd; /* SMU command byte */ 562 __u8 pad[3]; /* padding */
+1 -1
scripts/Makefile.modpost
··· 30 # - See include/linux/module.h for more details 31 32 # Step 4 is solely used to allow module versioning in external modules, 33 - # where the CRC of each module is retreived from the Module.symers file. 34 35 .PHONY: _modpost 36 _modpost: __modpost
··· 30 # - See include/linux/module.h for more details 31 32 # Step 4 is solely used to allow module versioning in external modules, 33 + # where the CRC of each module is retrieved from the Module.symers file. 34 35 .PHONY: _modpost 36 _modpost: __modpost
+1 -1
scripts/mksysmap
··· 1 #!/bin/sh -x 2 # Based on the vmlinux file create the System.map file 3 # System.map is used by module-init tools and some debugging 4 - # tools to retreive the actual addresses of symbols in the kernel. 5 # 6 # Usage 7 # mksysmap vmlinux System.map
··· 1 #!/bin/sh -x 2 # Based on the vmlinux file create the System.map file 3 # System.map is used by module-init tools and some debugging 4 + # tools to retrieve the actual addresses of symbols in the kernel. 5 # 6 # Usage 7 # mksysmap vmlinux System.map