Re: [PATCH linux-next] PCI: iproc: Remove the unneeded result variable

From: Bjorn Helgaas
Date: Tue Sep 06 2022 - 17:25:30 EST


On Tue, Sep 06, 2022 at 07:16:36AM +0000, cgel.zte@xxxxxxxxx wrote:
> From: ye xingchen <ye.xingchen@xxxxxxxxxx>
>
> Return the value iproc_pcie_setup_ib() directly instead of storing it in
> another redundant variable.
>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> Signed-off-by: ye xingchen <ye.xingchen@xxxxxxxxxx>

This patch itself is fine, but was posted by cgel.zte@xxxxxxxxx, not by
"ye xingchen <ye.xingchen@xxxxxxxxxx>", so it needs another signoff
and full name so the chain is complete. For more details see:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=v5.18#n363

Bjorn