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

Commit c98be0c9 authored by Carlos Garcia's avatar Carlos Garcia Committed by Jiri Kosina
Browse files

doc: spelling error changes



Fixed multiple spelling errors.

Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarCarlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 07656d83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,5 +98,5 @@ DMA_ATTR_FORCE_CONTIGUOUS
By default DMA-mapping subsystem is allowed to assemble the buffer
allocated by dma_alloc_attrs() function from individual pages if it can
be mapped as contiguous chunk into device dma address space. By
specifing this attribute the allocated buffer is forced to be contiguous
specifying this attribute the allocated buffer is forced to be contiguous
also in physical memory.
+1 −1
Original line number Diff line number Diff line
@@ -114,5 +114,5 @@ Boards:
- AM43x EPOS EVM
  compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43"

- DRA7 EVM:  Software Developement Board for DRA7XX
- DRA7 EVM:  Software Development Board for DRA7XX
  compatible = "ti,dra7-evm", "ti,dra7"
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ to be set by the operating system and that are guaranteed to be free of overlaps
with one another or with the system memory ranges.

Each entry in the property refers to exactly one window. If the operating system
choses to use a different set of mbus windows, it must ensure that any address
chooses to use a different set of mbus windows, it must ensure that any address
translations performed from downstream devices are adapted accordingly.

The operating system may insert additional mbus windows that do not conflict
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ Optional device specific properties:
        IO 8-15 are bank 2. These chips have two different interrupt outputs:
        One for bank 1 and another for bank 2. If irq-mirror is set, both
        interrupts are generated regardless of the bank that an input change
        occured on. If it is not set, the interrupt are only generated for the
        occurred on. If it is not set, the interrupt are only generated for the
        bank they belong to.
        On devices with only one interrupt output this property is useless.

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ extensions to the Synopsys Designware Mobile Storage Host Controller.
Required Properties:

* compatible: should be one of the following.
  - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extentions.
  - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.

Example:

Loading