mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Cai,Huoqing" <caihuoqing@baidu.com>
To: Bjorn Helgaas <helgaas@kernel.org>
Cc: "bhelgaas@google.com" <bhelgaas@google.com>,
	"jonathan.derrick@intel.com" <jonathan.derrick@intel.com>,
	"kw@linux.com" <kw@linux.com>,
	"lorenzo.pieralisi@arm.com" <lorenzo.pieralisi@arm.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 0/2] PCI: Make use of PCI_DEVICE_XXX() helper function
Date: Fri, 23 Jul 2021 01:30:57 +0000	[thread overview]
Message-ID: <e31495411e8b41f785dd619f51c0f5cc@baidu.com> (raw)
In-Reply-To: <20210722165225.GA316118@bjorn-Precision-5520>

Hello
	I get it and will send patch PATCH again.

THX

-----Original Message-----
From: Bjorn Helgaas <helgaas@kernel.org> 
Sent: 2021年7月23日 0:52
To: Cai,Huoqing <caihuoqing@baidu.com>
Cc: bhelgaas@google.com; jonathan.derrick@intel.com; kw@linux.com; onathan.derrick@intel.com; lorenzo.pieralisi@arm.com; robh@kernel.org; linux-pci@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] PCI: Make use of PCI_DEVICE_XXX() helper function

On Thu, Jul 22, 2021 at 07:19:01PM +0800, Cai Huoqing wrote:
> Could make use of PCI_DEVICE_XXX() helper function
> 
> Cai Huoqing (2):
>   PCI: Make use of PCI_DEVICE_SUB/_CLASS() helper function
>   PCI: vmd: Make use of PCI_DEVICE_DATA() helper function
> 
>  drivers/pci/controller/vmd.c      | 38 +++++++++++++++----------------
>  drivers/pci/hotplug/cpqphp_core.c | 13 ++---------
>  drivers/pci/search.c              | 14 ++----------
>  include/linux/pci_ids.h           |  2 ++
>  4 files changed, 25 insertions(+), 42 deletions(-)

When you fix the problem below, also:

s/Make use of/Use/

Update commit log to say what the patch does.  See https://chris.beams.io/posts/git-commit/ for hints.
Add period at end of sentences.

I don't see exactly what's wrong, but this series doesn't apply cleanly.  I'm using b4 to fetch the series.  b4 is from https://git.kernel.org/pub/scm/utils/b4/b4.git

  11:47:04 ~/linux (main)$ git checkout -b wip/cai v5.14-rc1
  Switched to a new branch 'wip/cai'
  11:47:17 ~/linux (wip/cai)$ b4 am -om/ 20210722111903.432-1-caihuoqing@baidu.com
  Looking up https://lore.kernel.org/r/20210722111903.432-1-caihuoqing%40baidu.com
  Grabbing thread from lore.kernel.org/linux-pci
  Analyzing 3 messages in the thread
  ---
  Writing m/20210722_caihuoqing_pci_make_use_of_pci_device_xxx_helper_function.mbx
    [PATCH 1/2] PCI: Make use of PCI_DEVICE_SUB/_CLASS() helper function
    [PATCH 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() helper function
  ---
  Total patches: 2
  ---
  Cover: m/20210722_caihuoqing_pci_make_use_of_pci_device_xxx_helper_function.cover
   Link: https://lore.kernel.org/r/20210722111903.432-1-caihuoqing@baidu.com
   Base: not found (applies clean to current tree)
	 git am m/20210722_caihuoqing_pci_make_use_of_pci_device_xxx_helper_function.mbx
  11:47:45 ~/linux (wip/cai)$ git am m/20210722_caihuoqing_pci_make_use_of_pci_device_xxx_helper_function.mbx
  Applying: PCI: Make use of PCI_DEVICE_SUB/_CLASS() helper function
  error: patch failed: drivers/pci/hotplug/cpqphp_core.c:1357
  error: drivers/pci/hotplug/cpqphp_core.c: patch does not apply
  error: patch failed: drivers/pci/search.c:303
  error: drivers/pci/search.c: patch does not apply
  Patch failed at 0001 PCI: Make use of PCI_DEVICE_SUB/_CLASS() helper function
  hint: Use 'git am --show-current-patch' to see the failed patch
  When you have resolved this problem, run "git am --continue".
  If you prefer to skip this patch, run "git am --skip" instead.
  To restore the original branch and stop patching, run "git am --abort".


  reply	other threads:[~2021-07-23  1:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22 11:19 Cai Huoqing
2021-07-22 11:19 ` [PATCH 1/2] PCI: Make use of PCI_DEVICE_SUB/_CLASS() " Cai Huoqing
2021-07-22 11:19 ` [PATCH 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() " Cai Huoqing
2021-07-22 16:52 ` [PATCH 0/2] PCI: Make use of PCI_DEVICE_XXX() " Bjorn Helgaas
2021-07-23  1:30   ` Cai,Huoqing [this message]
2021-07-22 11:29 Cai Huoqing

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=e31495411e8b41f785dd619f51c0f5cc@baidu.com \
    --to=caihuoqing@baidu.com \
    --cc=bhelgaas@google.com \
    --cc=helgaas@kernel.org \
    --cc=jonathan.derrick@intel.com \
    --cc=kw@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=robh@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®