Re: [PATCH 07/10] of: Correct comments for of_alias_scan()
From: Zijun Hu
Date: Mon Dec 09 2024 - 08:41:44 EST
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.