All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	Jingoo Han <jingoohan1@gmail.com>,
	Gustavo Pimentel <gustavo.pimentel@synopsys.com>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Rob Herring <robh@kernel.org>,
	Shawn Lin <shawn.lin@rock-chips.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Michal Simek <michal.simek@xilinx.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Len Brown <lenb@kernel.org>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org
Subject: Re: [PATCH v3 0/6] PCI: Minor kerneldoc warning fixes
Date: Wed, 29 Jul 2020 18:55:28 -0500	[thread overview]
Message-ID: <20200729235528.GA1981103@bjorn-Precision-5520> (raw)
In-Reply-To: <20200729201224.26799-1-krzk@kernel.org>

On Wed, Jul 29, 2020 at 10:12:18PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Changes since v2:
> 1. Fix almost all warnings, except:
>    drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'version' not described in 'hv_pci_protocol_negotiation'
>    drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'num_version' not described in 'hv_pci_protocol_negotiation'
>    Not sure what are these.
> 
> 2. New patches, split per driver or subdirectory
> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (6):
>   PCI: Fix kerneldoc
>   PCI: endpoint: Fix kerneldoc
>   PCI: hotplug: Fix kerneldoc
>   PCI: dwc: Fix kerneldoc
>   PCI: rockchip: Fix kerneldoc
>   PCI: xilinx: Fix kerneldoc
> 
>  drivers/pci/ats.c                               | 3 ++-
>  drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +-
>  drivers/pci/controller/pcie-rockchip-ep.c       | 1 +
>  drivers/pci/controller/pcie-xilinx-cpm.c        | 1 +
>  drivers/pci/endpoint/functions/pci-epf-test.c   | 2 +-
>  drivers/pci/endpoint/pci-ep-cfs.c               | 2 +-
>  drivers/pci/endpoint/pci-epc-core.c             | 2 +-
>  drivers/pci/endpoint/pci-epc-mem.c              | 2 +-
>  drivers/pci/endpoint/pci-epf-core.c             | 4 +++-
>  drivers/pci/hotplug/acpi_pcihp.c                | 4 ++--
>  drivers/pci/hotplug/pciehp_core.c               | 1 +
>  drivers/pci/of.c                                | 2 ++
>  drivers/pci/pci-pf-stub.c                       | 2 +-
>  drivers/pci/setup-bus.c                         | 1 +
>  drivers/pci/vc.c                                | 1 -
>  15 files changed, 19 insertions(+), 11 deletions(-)

Thanks, I squashed these all together and applied them on pci/doc for
v5.9.

This was a tiny bit messy because pcie-xilinx-cpm.c is new this cycle
and ideally we would have squashed that fix into the original commit,
but we don't need to bother with that.

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Heiko Stuebner <heiko@sntech.de>,
	linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org,
	Jingoo Han <jingoohan1@gmail.com>,
	Shawn Lin <shawn.lin@rock-chips.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Michal Simek <michal.simek@xilinx.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Gustavo Pimentel <gustavo.pimentel@synopsys.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	linux-kernel@vger.kernel.org, Len Brown <lenb@kernel.org>
Subject: Re: [PATCH v3 0/6] PCI: Minor kerneldoc warning fixes
Date: Wed, 29 Jul 2020 18:55:28 -0500	[thread overview]
Message-ID: <20200729235528.GA1981103@bjorn-Precision-5520> (raw)
In-Reply-To: <20200729201224.26799-1-krzk@kernel.org>

On Wed, Jul 29, 2020 at 10:12:18PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Changes since v2:
> 1. Fix almost all warnings, except:
>    drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'version' not described in 'hv_pci_protocol_negotiation'
>    drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'num_version' not described in 'hv_pci_protocol_negotiation'
>    Not sure what are these.
> 
> 2. New patches, split per driver or subdirectory
> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (6):
>   PCI: Fix kerneldoc
>   PCI: endpoint: Fix kerneldoc
>   PCI: hotplug: Fix kerneldoc
>   PCI: dwc: Fix kerneldoc
>   PCI: rockchip: Fix kerneldoc
>   PCI: xilinx: Fix kerneldoc
> 
>  drivers/pci/ats.c                               | 3 ++-
>  drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +-
>  drivers/pci/controller/pcie-rockchip-ep.c       | 1 +
>  drivers/pci/controller/pcie-xilinx-cpm.c        | 1 +
>  drivers/pci/endpoint/functions/pci-epf-test.c   | 2 +-
>  drivers/pci/endpoint/pci-ep-cfs.c               | 2 +-
>  drivers/pci/endpoint/pci-epc-core.c             | 2 +-
>  drivers/pci/endpoint/pci-epc-mem.c              | 2 +-
>  drivers/pci/endpoint/pci-epf-core.c             | 4 +++-
>  drivers/pci/hotplug/acpi_pcihp.c                | 4 ++--
>  drivers/pci/hotplug/pciehp_core.c               | 1 +
>  drivers/pci/of.c                                | 2 ++
>  drivers/pci/pci-pf-stub.c                       | 2 +-
>  drivers/pci/setup-bus.c                         | 1 +
>  drivers/pci/vc.c                                | 1 -
>  15 files changed, 19 insertions(+), 11 deletions(-)

Thanks, I squashed these all together and applied them on pci/doc for
v5.9.

This was a tiny bit messy because pcie-xilinx-cpm.c is new this cycle
and ideally we would have squashed that fix into the original commit,
but we don't need to bother with that.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-07-29 23:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29 20:12 [PATCH v3 0/6] PCI: Minor kerneldoc warning fixes Krzysztof Kozlowski
2020-07-29 20:12 ` Krzysztof Kozlowski
2020-07-29 20:12 ` [PATCH v3 1/6] PCI: Fix kerneldoc Krzysztof Kozlowski
2020-07-29 20:12   ` Krzysztof Kozlowski
2020-07-29 20:12 ` [PATCH v3 2/6] PCI: endpoint: " Krzysztof Kozlowski
2020-07-29 20:12   ` Krzysztof Kozlowski
2020-07-29 20:12 ` [PATCH v3 3/6] PCI: hotplug: " Krzysztof Kozlowski
2020-07-29 20:12   ` Krzysztof Kozlowski
2020-07-29 20:12 ` [PATCH v3 4/6] PCI: dwc: " Krzysztof Kozlowski
2020-07-29 20:12   ` Krzysztof Kozlowski
2020-07-29 20:12 ` [PATCH v3 5/6] PCI: rockchip: " Krzysztof Kozlowski
2020-07-29 20:12   ` Krzysztof Kozlowski
2020-07-29 20:12 ` [PATCH v3 6/6] PCI: xilinx: " Krzysztof Kozlowski
2020-07-29 20:12   ` Krzysztof Kozlowski
2020-07-29 23:55 ` Bjorn Helgaas [this message]
2020-07-29 23:55   ` [PATCH v3 0/6] PCI: Minor kerneldoc warning fixes Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200729235528.GA1981103@bjorn-Precision-5520 \
    --to=helgaas@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=gustavo.pimentel@synopsys.com \
    --cc=heiko@sntech.de \
    --cc=jingoohan1@gmail.com \
    --cc=kishon@ti.com \
    --cc=krzk@kernel.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=michal.simek@xilinx.com \
    --cc=rjw@rjwysocki.net \
    --cc=robh@kernel.org \
    --cc=shawn.lin@rock-chips.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.