On 2024/12/9 21:20, Rob Herring wrote: >> - Replace /* with /** to start comments since it is not a API. > But it is because it's in of.h. However, you are correct in that it > has no external callers. So please move the declaration to > of_private.h. > thank you Rob for code review. let me do it in next revision. >> - Delete return value descriptions since it is a void function.