From: Dan Carpenter <hidden> Date: 2021-11-10 08:14:14
This code was re-organized and there some unlocks missing now.
Fixes: 898ef1cb1cb2 ("iavf: Combine init and watchdog state machines")
Signed-off-by: Dan Carpenter <redacted>
---
drivers/net/ethernet/intel/iavf/iavf_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Paul Menzel <hidden> Date: 2021-11-10 08:53:54
Dear Dan,
Thank you for your patch.
For the future, just a nit for the commit message summary. Could you
make it a statement by adding a verb (in imperative mood) [1].
> iavf: Add missing unlocks in iavf_watchdog_task()
Kind regards,
Paul
[1]: https://chris.beams.io/posts/git-commit/
From: Dan Carpenter <hidden> Date: 2021-11-10 09:06:44
On Wed, Nov 10, 2021 at 09:53:50AM +0100, Paul Menzel wrote:
Dear Dan,
Thank you for your patch.
For the future, just a nit for the commit message summary. Could you make it
a statement by adding a verb (in imperative mood) [1].
quoted
iavf: Add missing unlocks in iavf_watchdog_task()
Imperative shmeritave.
When subsystems get taken over by fussy bureaucrats then I only send
them bug reports instead of patches.
regards,
dan carpenter
From: Paul Menzel <hidden> Date: 2021-11-10 09:27:20
Dear Dan,
Am 10.11.21 um 10:05 schrieb Dan Carpenter:
On Wed, Nov 10, 2021 at 09:53:50AM +0100, Paul Menzel wrote:
quoted
Thank you for your patch.
For the future, just a nit for the commit message summary. Could you make it
a statement by adding a verb (in imperative mood) [1].
quoted
iavf: Add missing unlocks in iavf_watchdog_task()
Imperative shmeritave.
When subsystems get taken over by fussy bureaucrats then I only send
them bug reports instead of patches.
It was just a wish as the standard commit messages follow that format,
and any verb could be added. It’s not a requirement to my knowledge, and
I do not have any authority anyway. Sorry about that, and thank you for
your patches.
Kind regards,
Paul
-----Original Message-----
From: Intel-wired-lan <redacted> On Behalf Of
Dan Carpenter
Sent: środa, 10 listopada 2021 09:14
To: Brandeburg, Jesse <redacted>; Palczewski, Mateusz
[off-list ref]
Cc: Pawlak, Jakub <redacted>; netdev@vger.kernel.org;
kernel-janitors@vger.kernel.org; Jakub Kicinski [off-list ref]; intel-
wired-lan@lists.osuosl.org; David S. Miller [off-list ref]
Subject: [Intel-wired-lan] [PATCH net] iavf: missing unlocks in
iavf_watchdog_task()
This code was re-organized and there some unlocks missing now.
Fixes: 898ef1cb1cb2 ("iavf: Combine init and watchdog state machines")
Signed-off-by: Dan Carpenter <redacted>
---
drivers/net/ethernet/intel/iavf/iavf_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)