[Skiboot] [PATCH V3 1/3] doc : Typos correction

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Thu Aug 4 21:17:31 AEST 2016


On 07/18/2016 06:40 PM, Mukesh Ojha wrote:
> uncomppressed -> uncompressed
> fatten -> flatten
>

Please rebase on top of .rst files and report this patch.

-Vasant

> Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
> Reviewed-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> ---
> Changes in V3:
>   - No changes.
>
> Changes in V2:
>   - Removes the extra line added.
>
>   doc/opal-spec.txt | 2 +-
>   doc/overview.txt  | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/opal-spec.txt b/doc/opal-spec.txt
> index ea76e59..8726f0c 100644
> --- a/doc/opal-spec.txt
> +++ b/doc/opal-spec.txt
> @@ -92,7 +92,7 @@ to as skiroot.
>   The OPAL Specification explicitly allows variation in this payload.
>
>   A requirement of the payload is that it MUST support loading and booting
> -an uncomppressed vmlinux Linux kernel.
> +an uncompressed vmlinux Linux kernel.
>   [TODO: expand on what this actually means]
>
>   An OPAL system MUST pass a device tree to the host kernel.
> diff --git a/doc/overview.txt b/doc/overview.txt
> index 760f391..339163f 100644
> --- a/doc/overview.txt
> +++ b/doc/overview.txt
> @@ -42,7 +42,7 @@ Essentially, we do this by doing an atomic fetch and inc and whoever gets 0
>   gets to be the master.
>
>   When we enter skiboot we also get a memory location in a register which
> -is the location of a device tree for the system. We fatten out the device
> +is the location of a device tree for the system. We flatten out the device
>   tree, turning offsets into real pointers and manipulating it where needed.
>   We re-flatten the device tree before booting the OS (Linux).
>



More information about the Skiboot mailing list