Re: [PATCH 3/4] drm/msm/dsi: Minor whitespace and style cleanup

From: Abhinav Kumar
Date: Mon Jan 06 2025 - 22:00:51 EST




On 1/6/2025 12:49 AM, Krzysztof Kozlowski wrote:
Cleanup few obvious kernel coding style violations: missing or
unnecessary braces in 'if-else', unnecessary break lines, incorrect
breaking of long function declarations, unnecessary 'else' after a
'return'. No functional impact expected.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
drivers/gpu/drm/msm/dsi/dsi_host.c | 51 +++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 25 deletions(-)


Thanks, all formatting / style fixes are good

Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>