mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
libfdt: Fix a typo in libfdt.h
The function mentioned in the comment, fdt_finished(), should be changed to fdt_finish(). Signed-off-by: Yan-Jie Wang <yanjiewtw@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
71a8b8ef0a
commit
ccf1f62d59
1 changed files with 1 additions and 1 deletions
|
@ -1511,7 +1511,7 @@ int fdt_nop_node(void *fdt, int nodeoffset);
|
|||
* fdt_create_with_flags() begins the process of creating a new fdt with
|
||||
* the sequential write interface.
|
||||
*
|
||||
* fdt creation process must end with fdt_finished() to produce a valid fdt.
|
||||
* fdt creation process must end with fdt_finish() to produce a valid fdt.
|
||||
*
|
||||
* returns:
|
||||
* 0, on success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue