Re: [PATCH v4 8/8] driver core: Move 2 one line device finding APIs to header
From: Zijun Hu
Date: Tue Dec 24 2024 - 07:34:11 EST
On 2024/12/24 04:11, Jonathan Cameron wrote:
>> From: Zijun Hu <quic_zijuhu@xxxxxxxxxxx>
>>
>> The following device finding APIs only have one line code in function body
>> device_find_child_by_name()
>> device_find_any_child()
>>
>> Move them to header as static inline function.
> Why drop the docs?
>
thank you Jonathan for code review.
will add these comments back in next revision.
i do not notice the comments include important info, and think the API
name prompts what the API does, so remove the comments. my mistake.
>> Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx>