Re: [PATCH net-next] net: arp: Fix the coding style issue regarding spaces in arp_state_to_flags()

From: Jakub Kicinski

Date: Thu May 14 2026 - 20:57:53 EST


On Tue, 12 May 2026 14:39:31 +0800 (CST) qiu.yutan@xxxxxxxxxx wrote:
> According to the kernel's coding style, the binary operator & should
> have a space on each side.
>
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")

Quoting documentation:

Clean-up patches
~~~~~~~~~~~~~~~~

Netdev discourages patches which perform simple clean-ups, which are not in
the context of other work. For example:

* Addressing ``checkpatch.pl``, and other trivial coding style warnings
* Addressing :ref:`Local variable ordering<rcs>` issues
* Conversions to device-managed APIs (``devm_`` helpers)

This is because it is felt that the churn that such changes produce comes
at a greater cost than the value of such clean-ups.

Conversely, spelling and grammar fixes are not discouraged.

See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#clean-up-patches
--
pw-bot: reject