Re: [PATCH net-next v03 02/14] hinic3: HW management interfaces

From: Jakub Kicinski
Date: Tue Sep 02 2025 - 21:09:53 EST


On Sat, 30 Aug 2025 16:08:41 +0800 Fan Gong wrote:
> +err_destroy_workqueue:
> + destroy_workqueue(hwdev->workq);
> +
> err_free_hwif:
> hinic3_free_hwif(hwdev);
>

nit: it's more idiomatic not to add empty lines between the actions on
the error handling path