Re: [PATCH v2] Drivers: hv: util: Cosmetic changes for hv_utils_transport.c

From: Wei Liu
Date: Thu Sep 04 2025 - 19:10:07 EST


On Mon, Sep 01, 2025 at 05:00:00AM -0700, Abhishek Tiwari wrote:
> Fix issues reported by checkpatch.pl script for hv_utils_transport.c file
> - Update pr_warn() calls to use __func__ for consistent logging context.
> - else should follow close brace '}'
>
> No functional changes intended.
>
> Signed-off-by: Abhishek Tiwari <abhitiwari@xxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Naman Jain <namjain@xxxxxxxxxxxxxxxxxxx>

Applied. Thanks.