mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
libfdt: trivial typo fix
Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com> Message-Id: <20200618042117.131731-1-patrick.oppenlander@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
7be250b4d0
commit
f68bfc2668
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ static int fdt_sw_probe_(void *fdt)
|
||||||
/* 'memrsv' state: Initial state after fdt_create()
|
/* 'memrsv' state: Initial state after fdt_create()
|
||||||
*
|
*
|
||||||
* Allowed functions:
|
* Allowed functions:
|
||||||
* fdt_add_reservmap_entry()
|
* fdt_add_reservemap_entry()
|
||||||
* fdt_finish_reservemap() [moves to 'struct' state]
|
* fdt_finish_reservemap() [moves to 'struct' state]
|
||||||
*/
|
*/
|
||||||
static int fdt_sw_probe_memrsv_(void *fdt)
|
static int fdt_sw_probe_memrsv_(void *fdt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue