From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.8407.1575389798054169601 for ; Tue, 03 Dec 2019 08:16:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=A4pa1Bpz; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Sjr0IJO/TxunzhQa0dMUwM0CFovMXidvrscp4HDbMk4=; b=A4pa1BpzRq4rMlQYk04x3VcALxvDNdcVwKjFVSgcjilW4apOTOiTSu3ia83wEIQ/gEJr/C H3ixJ5fv/v1ZKJ0BDEVkhHBjwF6HavTSIK/BU/4uEcLX7JSuPnZgg6GdxqikHQzhw0Et+T Cslj8TiCsL6+GuDUfd78WNPPTNswpK0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-392-4jh7UYdXPLiOJskFSca0AQ-1; Tue, 03 Dec 2019 11:16:32 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B05EE800C75; Tue, 3 Dec 2019 16:16:31 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0821960C63; Tue, 3 Dec 2019 16:16:28 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Leif Lindholm , Ard Biesheuvel , Philippe Mathieu-Daude Subject: [PATCH 02/79] EmbeddedPkg/FdtLib: Fix a typo Date: Tue, 3 Dec 2019 17:14:45 +0100 Message-Id: <20191203161602.15969-3-philmd@redhat.com> In-Reply-To: <20191203161602.15969-1-philmd@redhat.com> References: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: 4jh7UYdXPLiOJskFSca0AQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix a typo in a comment. Cc: Leif Lindholm Cc: Ard Biesheuvel Reviewed-by: Philippe Mathieu-Daude Signed-off-by: Philippe Mathieu-Daude --- EmbeddedPkg/Include/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/Include/libfdt.h b/EmbeddedPkg/Include/libfdt.h index 141ecb579bde..606c80a0e8ca 100644 --- a/EmbeddedPkg/Include/libfdt.h +++ b/EmbeddedPkg/Include/libfdt.h @@ -107,7 +107,7 @@ =09 * nodes, or subnodes preceding properties). */ #define FDT_ERR_BADLAYOUT=0912 =09/* FDT_ERR_BADLAYOUT: For read-write functions, the given -=09 * device tree has it's sub-blocks in an order that the +=09 * device tree has its sub-blocks in an order that the =09 * function can't handle (memory reserve map, then structure, =09 * then strings). Use fdt_open_into() to reorganize the tree =09 * into a form suitable for the read-write operations. */ --=20 2.21.0