Re: [PATCH] PCI: Replace kmalloc with kzalloc in the comment/message

2020-07-09 Thread Bjorn Helgaas
On Thu, Jul 09, 2020 at 03:28:28PM +0800, Yi Wang wrote: > From: Liao Pingfang > > Use kzalloc instead of kmalloc in the comment/message according to > the previous kzalloc() call. > > Signed-off-by: Liao Pingfang > Signed-off-by: Yi Wang I applied the setup-bus.c change to pci/misc for v5.9,

[PATCH] PCI: Replace kmalloc with kzalloc in the comment/message

2020-07-09 Thread Yi Wang
From: Liao Pingfang Use kzalloc instead of kmalloc in the comment/message according to the previous kzalloc() call. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang --- drivers/pci/hotplug/ibmphp_pci.c | 2 +- drivers/pci/setup-bus.c | 2 +- 2 files changed, 2 insertions(+), 2 del

Re: [PATCH] PCI: Replace kmalloc with kzalloc in the comment/message

2020-07-08 Thread Bjorn Helgaas
On Wed, Jul 08, 2020 at 05:22:09PM +0800, wang.y...@zte.com.cn wrote: > Hi Bjorn, > > Thanks for your review and patience on the datails :) > > > On Fri, May 29, 2020 at 09:01:59AM +0800, Yi Wang wrote: > > > From: Liao Pingfang > > > > > > Use kzalloc instead of kmalloc in the comment/message a

Re: [PATCH] PCI: Replace kmalloc with kzalloc in the comment/message

2020-07-07 Thread Bjorn Helgaas
On Fri, May 29, 2020 at 09:01:59AM +0800, Yi Wang wrote: > From: Liao Pingfang > > Use kzalloc instead of kmalloc in the comment/message according to > the previous kzalloc() call. > > Signed-off-by: Liao Pingfang I would be happy to apply this, but this needs to show a connection between Liao

[PATCH] PCI: Replace kmalloc with kzalloc in the comment/message

2020-05-28 Thread Yi Wang
From: Liao Pingfang Use kzalloc instead of kmalloc in the comment/message according to the previous kzalloc() call. Signed-off-by: Liao Pingfang --- drivers/pci/hotplug/ibmphp_pci.c | 2 +- drivers/pci/setup-bus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/