On Wed, Aug 21, 2024 at 06:48:18PM +0300, Andy Shevchenko wrote:
> Replace strlen() + kmalloc() + snprintf() by kasprintf() ond other
> string handling improvements.
>
> Use guard() / scoped_guard() to handle fw_devlink mutex.
Nice clean ups, thanks!