Re: [PATCH] add braces to rt_type == RTN_BROADCAST case

From: Jakub Kicinski
Date: Mon May 08 2023 - 21:54:29 EST


On Tue, 9 May 2023 10:36:01 +0900 Taichi Nishimura wrote:
> Add braces to rt->rt_type == RTN_BROADCAST to make it easier
> to grasp the if-else-if statement.
> I think that it is ok to remove braces of rt_type == RTN_MULTICAST
> because IP_UPD_PO_STATS is oneliner.

I'm sorry but unfortunately we don't take pure coding style changes
(AKA checkpatch changes) in networking because they make backports
harder for little gain.
--
pw-bot: reject