[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6611b169-e071-4b12-a7ab-337fa1cbe314@intel.com>
Date: Wed, 16 Oct 2024 15:54:39 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: Johnny Park <pjohnny0508@...il.com>, Jakub Kicinski <kuba@...nel.org>
CC: <anthony.l.nguyen@...el.com>, <przemyslaw.kitszel@...el.com>,
<davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com>,
<intel-wired-lan@...ts.osuosl.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [Intel-wired-lan] [PATCH] igb: Fix styling in enable/disable
SR-IOV
On 10/15/2024 9:02 PM, Johnny Park wrote:
> On Tue, Oct 15, 2024 at 05:46:07PM -0700, Jakub Kicinski wrote:
>> On Mon, 14 Oct 2024 17:16:29 -0600 Johnny Park wrote:
>>> This patch fixes the checks and warnings for igb_enable_sriov and
>>> igb_disable_sriov function reported by checkpatch.pl
>>
>> 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`` 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
> I see. Apologies for the inconvenience, I'm new to this area so I must have missed that portion of documentation.
You likely missed this because its a recent addition to the docs by
commit aeb218d900e3 ("docs: netdev: document guidance on cleanup
patches") from a week ago.
The policy itself is older than this, but we've had a recent surge in
similar changes on a few drivers.
Powered by blists - more mailing lists