提交 cd3cb0d9 编写于 作者: G Gerald Van Baren

libfdt: Fix error in documentation for fdt_get_alias_namelen()

Oops, screwed up the function name in the documenting comment for this
function.  Trivial correction in this patch.
Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
Acked-by: NGerald Van Baren <vanbaren@cideas.com>
上级 9a6cf73a
......@@ -459,7 +459,7 @@ static inline void *fdt_getprop_w(void *fdt, int nodeoffset,
uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/**
* fdt_get_namelen - get alias based on substring
* fdt_get_alias_namelen - get alias based on substring
* @fdt: pointer to the device tree blob
* @name: name of the alias th look up
* @namelen: number of characters of name to consider
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册