mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
fdt_support: fix comments syntax error
Fix comments syntax error in fdt_node_offset_by_compat_reg() description: compatiable -> compatible Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
37937aba35
commit
ded112f24c
1 changed files with 2 additions and 2 deletions
|
@ -1486,11 +1486,11 @@ out:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fdt_node_offset_by_compat_reg: Find a node that matches compatiable and
|
* fdt_node_offset_by_compat_reg: Find a node that matches compatible and
|
||||||
* who's reg property matches a physical cpu address
|
* who's reg property matches a physical cpu address
|
||||||
*
|
*
|
||||||
* @blob: ptr to device tree
|
* @blob: ptr to device tree
|
||||||
* @compat: compatiable string to match
|
* @compat: compatible string to match
|
||||||
* @compat_off: property name
|
* @compat_off: property name
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue