Re: [PATCH] net: ipv6: fix inconsistent indentation in ipv6_gro_receive

From: Suraj Sonawane
Date: Tue Nov 05 2024 - 00:11:06 EST


On 04/11/24 04:52, Jakub Kicinski wrote:
On Thu, 31 Oct 2024 12:21:24 +0530 Suraj Sonawane wrote:
Fix the indentation to ensure consistent code style and improve
readability, and to fix this warning:

net/ipv6/ip6_offload.c:280 ipv6_gro_receive() warn: inconsistent indenting

Warning from what tool?

Unless it's gcc or clang let's leave the code be, it's fine.
Thank you for the feedback and your time.

The warning was flagged by smatch, a static analysis tool.

Best regards,
Suraj Sonawane