Commit 07870934 authored by Jordan Yates's avatar Jordan Yates Committed by Anas Nashif
Browse files

everywhere: replace double words



Treewide search and replace on a range of double word combinations:
    * `the the`
    * `to to`
    * `if if`
    * `that that`
    * `on on`
    * `is is`
    * `from from`

Signed-off-by: default avatarJordan Yates <jordan@embeint.com>
parent b0e327bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ config SRAM_BASE_ADDRESS
	hex "SRAM Base Address"
	default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_SRAM))
	help
	  The SRAM base address. The default value comes from from
	  The SRAM base address. The default value comes from
	  /chosen/zephyr,sram in devicetree. The user should generally avoid
	  changing it via menuconfig or in configuration files.

+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ _idle_state_cleared:
	 *
	 * Note that interrupts are disabled up to this point on the ARM
	 * architecture variants other than the Cortex-M. It is also important
	 * to note that that most interrupt controllers require that the nested
	 * to note that most interrupt controllers require that the nested
	 * interrupts are handled after the active interrupt is acknowledged;
	 * this is be done through the `get_active` interrupt controller
	 * interface function.
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ __csSet:
	/* Don't clear BSS if the section is not present
	 * in memory at boot. Or else it would cause page
	 * faults. Zeroing BSS will be done later once the
	 * the paging mechanism has been initialized.
	 * paging mechanism has been initialized.
	 */
	call	z_bss_zero
#endif
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ add_bin_file_to_the_next_link(gen_idt_output irq_int_vector_map)
add_bin_file_to_the_next_link(gen_idt_output irq_vectors_alloc)

if(CONFIG_GDT_DYNAMIC)
  # Use gen_gdt.py and objcopy to generate gdt.o from from the elf
  # Use gen_gdt.py and objcopy to generate gdt.o from the elf
  # file ${ZEPHYR_PREBUILT_EXECUTABLE}, creating the temp file gdt.bin along the
  # way.
  #
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@
	status = "okay";
};

/* On enabled, 'core-clock', as above, is required to to be 192MHz. */
/* On enabled, 'core-clock', as above, is required to be 192MHz. */
zephyr_udc0: &usbd {
	pinctrl-0 = <&usbd_default>;
	pinctrl-names = "default";
Loading