On Wed, Nov 01, 2023 at 09:27:29AM +0200, Sakari Ailus wrote: > Add fwnode_name_eq() to implement the functionality of of_node_name_eq() > on fwnode property API. The same convention of ending the comparison at > '@' (besides '\0') is applied on also both ACPI and swnode. The function > is intended for comparing unit address-less node names on DT and firmware > or swnodes compliant with DT bindings. ... > - Use size_t type for len. Strictly speaking it should be ptrdiff_t according to the code. ... > + * the comparison to either '\0' or '@' character NUL is a human-readable substitution to less parsable '\0'. -- With Best Regards, Andy Shevchenko