Various, accumulated typos collected from around the tree.

Fix various misspellings of:

 * deprecated
 * partition
 * preceding,preceded
 * preparation
 * its versus it's
 * export
 * existing
 * scenario
 * redundant
 * remaining
 * value
 * architecture

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Stefan Roese <sr@denx.de>
master
Robert P. J. Day 8 years ago committed by Tom Rini
parent 81049ba8f4
commit fc0b5948e0
  1. 4
      arch/arm/include/asm/memory.h
  2. 2
      arch/arm/include/asm/setup.h
  3. 4
      arch/powerpc/cpu/mpc85xx/cpu.c
  4. 2
      board/technexion/twister/twister.c
  5. 2
      board/timll/devkit8000/devkit8000.c
  6. 10
      cmd/nvedit.c
  7. 4
      common/board_f.c
  8. 2
      common/env_common.c
  9. 2
      drivers/bios_emulator/x86emu/ops.c
  10. 2
      drivers/crypto/fsl/jobdesc.c
  11. 2
      drivers/ddr/marvell/a38x/ddr3_training.c
  12. 2
      drivers/net/4xx_enet.c
  13. 2
      drivers/spi/fsl_dspi.c
  14. 5
      include/environment.h
  15. 2
      include/s_record.h
  16. 2
      lib/hashtable.c
  17. 4
      scripts/checkpatch.pl
  18. 2
      tools/fdtgrep.c

@ -45,7 +45,7 @@ static inline void *phys_to_virt(unsigned long x)
/* /*
* Virtual <-> DMA view memory address translations * Virtual <-> DMA view memory address translations
* Again, these are *only* valid on the kernel direct mapped RAM * Again, these are *only* valid on the kernel direct mapped RAM
* memory. Use of these is *depreciated*. * memory. Use of these is *deprecated*.
*/ */
#define virt_to_bus(x) (__virt_to_bus((unsigned long)(x))) #define virt_to_bus(x) (__virt_to_bus((unsigned long)(x)))
#define bus_to_virt(x) ((void *)(__bus_to_virt((unsigned long)(x)))) #define bus_to_virt(x) ((void *)(__bus_to_virt((unsigned long)(x))))
@ -127,7 +127,7 @@ static inline void *phys_to_virt(unsigned long x)
#endif #endif
/* /*
* We should really eliminate virt_to_bus() here - it's depreciated. * We should really eliminate virt_to_bus() here - it's deprecated.
*/ */
#define page_to_bus(page) (virt_to_bus(page_address(page))) #define page_to_bus(page) (virt_to_bus(page_address(page)))

@ -132,7 +132,7 @@ struct tag_ramdisk {
/* describes where the compressed ramdisk image lives (virtual address) */ /* describes where the compressed ramdisk image lives (virtual address) */
/* /*
* this one accidentally used virtual addresses - as such, * this one accidentally used virtual addresses - as such,
* its depreciated. * it's deprecated.
*/ */
#define ATAG_INITRD 0x54410005 #define ATAG_INITRD 0x54410005

@ -489,7 +489,7 @@ static void dump_spd_ddr_reg(void)
for (i = 0; i < CONFIG_NUM_DDR_CONTROLLERS; i++) for (i = 0; i < CONFIG_NUM_DDR_CONTROLLERS; i++)
fsl_ddr_get_spd(spd[i], i, CONFIG_DIMM_SLOTS_PER_CTLR); fsl_ddr_get_spd(spd[i], i, CONFIG_DIMM_SLOTS_PER_CTLR);
puts("SPD data of all dimms (zero vaule is omitted)...\n"); puts("SPD data of all dimms (zero value is omitted)...\n");
puts("Byte (hex) "); puts("Byte (hex) ");
k = 1; k = 1;
for (i = 0; i < CONFIG_NUM_DDR_CONTROLLERS; i++) { for (i = 0; i < CONFIG_NUM_DDR_CONTROLLERS; i++) {
@ -543,7 +543,7 @@ static void dump_spd_ddr_reg(void)
} }
} }
printf("DDR registers dump for all controllers " printf("DDR registers dump for all controllers "
"(zero vaule is omitted)...\n"); "(zero value is omitted)...\n");
puts("Offset (hex) "); puts("Offset (hex) ");
for (i = 0; i < CONFIG_NUM_DDR_CONTROLLERS; i++) for (i = 0; i < CONFIG_NUM_DDR_CONTROLLERS; i++)
printf(" Base + 0x%04x", (u32)ddr[i] & 0xFFFF); printf(" Base + 0x%04x", (u32)ddr[i] & 0xFFFF);

@ -140,7 +140,7 @@ int board_mmc_init(bd_t *bis)
#ifdef CONFIG_SPL_OS_BOOT #ifdef CONFIG_SPL_OS_BOOT
/* /*
* Do board specific preperation before SPL * Do board specific preparation before SPL
* Linux boot * Linux boot
*/ */
void spl_board_prepare_for_linux(void) void spl_board_prepare_for_linux(void)

@ -157,7 +157,7 @@ int board_eth_init(bd_t *bis)
#ifdef CONFIG_SPL_OS_BOOT #ifdef CONFIG_SPL_OS_BOOT
/* /*
* Do board specific preperation before SPL * Do board specific preparation before SPL
* Linux boot * Linux boot
*/ */
void spl_board_prepare_for_linux(void) void spl_board_prepare_for_linux(void)

@ -15,7 +15,7 @@
* *
* The "environment" is stored on external storage as a list of '\0' * The "environment" is stored on external storage as a list of '\0'
* terminated "name=value" strings. The end of the list is marked by * terminated "name=value" strings. The end of the list is marked by
* a double '\0'. The environment is preceeded by a 32 bit CRC over * a double '\0'. The environment is preceded by a 32 bit CRC over
* the data part and, in case of redundant environment, a byte of * the data part and, in case of redundant environment, a byte of
* flags. * flags.
* *
@ -838,7 +838,7 @@ static int do_env_delete(cmd_tbl_t *cmdtp, int flag,
* With "-c" and size is NOT given, then the export command will * With "-c" and size is NOT given, then the export command will
* format the data as currently used for the persistent storage, * format the data as currently used for the persistent storage,
* i. e. it will use CONFIG_ENV_SECT_SIZE as output block size and * i. e. it will use CONFIG_ENV_SECT_SIZE as output block size and
* prepend a valid CRC32 checksum and, in case of resundant * prepend a valid CRC32 checksum and, in case of redundant
* environment, a "current" redundancy flag. If size is given, this * environment, a "current" redundancy flag. If size is given, this
* value will be used instead of CONFIG_ENV_SECT_SIZE; again, CRC32 * value will be used instead of CONFIG_ENV_SECT_SIZE; again, CRC32
* checksum and redundancy flag will be inserted. * checksum and redundancy flag will be inserted.
@ -847,12 +847,12 @@ static int do_env_delete(cmd_tbl_t *cmdtp, int flag,
* terminating '\0' byte) will be written; here the optional size * terminating '\0' byte) will be written; here the optional size
* argument will be used to make sure not to overflow the user * argument will be used to make sure not to overflow the user
* provided buffer; the command will abort if the size is not * provided buffer; the command will abort if the size is not
* sufficient. Any remainign space will be '\0' padded. * sufficient. Any remaining space will be '\0' padded.
* *
* On successful return, the variable "filesize" will be set. * On successful return, the variable "filesize" will be set.
* Note that filesize includes the trailing/terminating '\0' byte(s). * Note that filesize includes the trailing/terminating '\0' byte(s).
* *
* Usage szenario: create a text snapshot/backup of the current settings: * Usage scenario: create a text snapshot/backup of the current settings:
* *
* => env export -t 100000 * => env export -t 100000
* => era ${backup_addr} +${filesize} * => era ${backup_addr} +${filesize}
@ -970,7 +970,7 @@ sep_err:
/* /*
* env import [-d] [-t [-r] | -b | -c] addr [size] * env import [-d] [-t [-r] | -b | -c] addr [size]
* -d: delete existing environment before importing; * -d: delete existing environment before importing;
* otherwise overwrite / append to existion definitions * otherwise overwrite / append to existing definitions
* -t: assume text format; either "size" must be given or the * -t: assume text format; either "size" must be given or the
* text data must be '\0' terminated * text data must be '\0' terminated
* -r: handle CRLF like LF, that means exported variables with * -r: handle CRLF like LF, that means exported variables with

@ -1058,7 +1058,7 @@ void board_init_f(ulong boot_flags)
{ {
#ifdef CONFIG_SYS_GENERIC_GLOBAL_DATA #ifdef CONFIG_SYS_GENERIC_GLOBAL_DATA
/* /*
* For some archtectures, global data is initialized and used before * For some architectures, global data is initialized and used before
* calling this function. The data should be preserved. For others, * calling this function. The data should be preserved. For others,
* CONFIG_SYS_GENERIC_GLOBAL_DATA should be defined and use the stack * CONFIG_SYS_GENERIC_GLOBAL_DATA should be defined and use the stack
* here to host global data until relocation. * here to host global data until relocation.
@ -1070,7 +1070,7 @@ void board_init_f(ulong boot_flags)
/* /*
* Clear global data before it is accessed at debug print * Clear global data before it is accessed at debug print
* in initcall_run_list. Otherwise the debug print probably * in initcall_run_list. Otherwise the debug print probably
* get the wrong vaule of gd->have_console. * get the wrong value of gd->have_console.
*/ */
zero_global_data(); zero_global_data();
#endif #endif

@ -226,7 +226,7 @@ int env_import(const char *buf, int check)
return 0; return 0;
} }
/* Emport the environment and generate CRC for it. */ /* Export the environment and generate CRC for it. */
int env_export(env_t *env_out) int env_export(env_t *env_out)
{ {
char *res; char *res;

@ -41,7 +41,7 @@
* to the 256 byte-"opcodes" found on the 8086. The table which * to the 256 byte-"opcodes" found on the 8086. The table which
* dispatches this is found in the files optab.[ch]. * dispatches this is found in the files optab.[ch].
* *
* Each opcode proc has a comment preceeding it which gives it's table * Each opcode proc has a comment preceding it which gives it's table
* address. Several opcodes are missing (undefined) in the table. * address. Several opcodes are missing (undefined) in the table.
* *
* Each proc includes information for decoding (DECODE_PRINTF and * Each proc includes information for decoding (DECODE_PRINTF and

@ -41,7 +41,7 @@ uint32_t secmem_set_cmd(uint32_t sec_mem_cmd)
/*! /*!
* CAAM page allocation: * CAAM page allocation:
* Allocates a partition from secure memory, with the id * Allocates a partition from secure memory, with the id
* equal to partion_num. This will de-allocate the page * equal to partition_num. This will de-allocate the page
* if it is already allocated. The partition will have * if it is already allocated. The partition will have
* full access permissions. The permissions are set before, * full access permissions. The permissions are set before,
* running a job descriptor. A memory page of secure RAM * running a job descriptor. A memory page of secure RAM

@ -1302,7 +1302,7 @@ int ddr3_tip_freq_set(u32 dev_num, enum hws_access_type access_type,
} }
if (mem_mask != 0) { if (mem_mask != 0) {
/* motib redundent in KW28 */ /* motib redundant in KW28 */
CHECK_STATUS(ddr3_tip_if_write(dev_num, access_type, CHECK_STATUS(ddr3_tip_if_write(dev_num, access_type,
if_id, if_id,
CS_ENABLE_REG, 0, 0x8)); CS_ENABLE_REG, 0, 0x8));

@ -899,7 +899,7 @@ static int ppc_4xx_eth_init (struct eth_device *dev, bd_t * bis)
* current transfer) have got the time to arrived before * current transfer) have got the time to arrived before
* netloop calls eth_halt * netloop calls eth_halt
*/ */
printf ("About preceeding transfer (eth%d):\n" printf ("About preceding transfer (eth%d):\n"
"- Sent packet number %d\n" "- Sent packet number %d\n"
"- Received packet number %d\n" "- Received packet number %d\n"
"- Handled packet number %d\n", "- Handled packet number %d\n",

@ -594,7 +594,7 @@ static int fsl_dspi_claim_bus(struct udevice *dev)
priv = dev_get_priv(bus); priv = dev_get_priv(bus);
/* processor special prepartion work */ /* processor special preparation work */
cpu_dspi_claim_bus(bus->seq, slave_plat->cs); cpu_dspi_claim_bus(bus->seq, slave_plat->cs);
/* configure transfer mode */ /* configure transfer mode */

@ -16,10 +16,9 @@
* shifts the remaining entries to the front. Replacing an entry is a * shifts the remaining entries to the front. Replacing an entry is a
* combination of deleting the old value and adding the new one. * combination of deleting the old value and adding the new one.
* *
* The environment is preceeded by a 32 bit CRC over the data part. * The environment is preceded by a 32 bit CRC over the data part.
* *
************************************************************************** *************************************************************************/
*/
#if defined(CONFIG_ENV_IS_IN_FLASH) #if defined(CONFIG_ENV_IS_IN_FLASH)
# ifndef CONFIG_ENV_ADDR # ifndef CONFIG_ENV_ADDR

@ -29,7 +29,7 @@
* 2 data record with 24-bit address * 2 data record with 24-bit address
* 3 data record with 32-bit address * 3 data record with 32-bit address
* 4 symbol record (LSI extension) * 4 symbol record (LSI extension)
* 5 number of data records in preceeding block * 5 number of data records in preceding block
* 6 unused * 6 unused
* 7 ending record for S3 records * 7 ending record for S3 records
* 8 ending record for S2 records * 8 ending record for S2 records

@ -499,7 +499,7 @@ int hdelete_r(const char *key, struct hsearch_data *htab, int flag)
* *
* If the separator character is different from NUL, then any * If the separator character is different from NUL, then any
* separator characters and backslash characters in the values will * separator characters and backslash characters in the values will
* be escaped by a preceeding backslash in output. This is needed for * be escaped by a preceding backslash in output. This is needed for
* example to enable multi-line values, especially when the output * example to enable multi-line values, especially when the output
* shall later be parsed (for example, for re-import). * shall later be parsed (for example, for re-import).
* *

@ -4263,7 +4263,7 @@ sub process {
} }
} }
# check for case / default statements not preceeded by break/fallthrough/switch # check for case / default statements not preceded by break/fallthrough/switch
if ($line =~ /^.\s*(?:case\s+(?:$Ident|$Constant)\s*|default):/) { if ($line =~ /^.\s*(?:case\s+(?:$Ident|$Constant)\s*|default):/) {
my $has_break = 0; my $has_break = 0;
my $has_statement = 0; my $has_statement = 0;
@ -4284,7 +4284,7 @@ sub process {
} }
if (!$has_break && $has_statement) { if (!$has_break && $has_statement) {
WARN("MISSING_BREAK", WARN("MISSING_BREAK",
"Possible switch case/default not preceeded by break or fallthrough comment\n" . $herecurr); "Possible switch case/default not preceded by break or fallthrough comment\n" . $herecurr);
} }
} }

@ -405,7 +405,7 @@ static int display_fdt_by_regions(struct display_info *disp, const void *blob,
* The output of this function may or may not be a valid FDT. To ensure it * The output of this function may or may not be a valid FDT. To ensure it
* is, these disp->flags must be set: * is, these disp->flags must be set:
* *
* FDT_REG_SUPERNODES: ensures that subnodes are preceeded by their * FDT_REG_SUPERNODES: ensures that subnodes are preceded by their
* parents. Without this option, fragments of subnode data may be * parents. Without this option, fragments of subnode data may be
* output without the supernodes above them. This is useful for * output without the supernodes above them. This is useful for
* hashing but cannot produce a valid FDT. * hashing but cannot produce a valid FDT.

Loading…
Cancel
Save