Re: [PATCH 1/1] s390/virtio_ccw: fix dma_parm pointer not set up
From: Halil Pasic
Date: Tue Oct 08 2024 - 06:59:56 EST
On Tue, 08 Oct 2024 10:47:48 +0200
"Marc Hartmayer" <mhartmay@xxxxxxxxxxxxx> wrote:
> > Closes: https://bugzilla.linux.ibm.com/show_bug.cgi?id=209131
>
> I guess, this line can be removed as it’s internal only.
checkpatch.pl complains about the Reported-by if I do.
It does not complain about
Closes: N/A
but if I read the process documentation correctly if the report
is not available on the web Closes should be omitted:
"""
Using Reported-by:, Tested-by:, Reviewed-by:, Suggested-by: and Fixes:
----------------------------------------------------------------------
The Reported-by tag gives credit to people who find bugs and report them and it
hopefully inspires them to help us again in the future. The tag is intended for
bugs; please do not use it to credit feature requests. The tag should be
followed by a Closes: tag pointing to the report, unless the report is not
available on the web.
"""
So I guess I have to make peace with getting checkpatch warnings when I
give credits to the reporter for reports not available on the web.
Regards,
Halil