Re: [PATCH] net: ifb: fix space after comma in for loops

From: Jakub Kicinski

Date: Thu Mar 12 2026 - 20:49:59 EST


On Thu, 12 Mar 2026 19:36:51 -0500 ShravyaPanchagiri wrote:
> Add missing space after comma in for loop to fix checkpatch errors.

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.

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