Re: [PATCH V2] scsi: qla2xxx: Fix double free of fcport in error handling path

From: Markus Elfring
Date: Mon Apr 29 2024 - 01:13:33 EST


…> Fix this by cleaning up the redundant qla2x00_free_fcport() and
> replacing error handling with a goto chain.

I imagine that there can be a need to provide the desired software adjustment
as a patch series with two separate update steps.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.9-rc5#n81

* Deletion of inappropriate function calls

* Optimisation of exception handling



How do you think about to refer to the affected function
(instead of the hint “error handling path”) in the summary phrase?

Regards,
Markus