Re: [U-Boot] [PATCH] pci: correct a function description

2017-03-26 Thread Simon Glass
On 22 March 2017 at 03:12, Z.Q. Hou wrote: > Hi Bin, > > Thanks for your review. > > - Zhiqiang > >> -Original Message- >> From: Bin Meng [mailto:bmeng...@gmail.com] >> Sent: 2017年3月22日 16:52 >> To: Z.Q. Hou >> Cc: U-Boot Mailing List ; Simon Glass >> >> Subject: Re: [PATCH] pci: correct

Re: [U-Boot] [PATCH] pci: correct a function description

2017-03-22 Thread Z.Q. Hou
Hi Bin, Thanks for your review. - Zhiqiang > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: 2017年3月22日 16:52 > To: Z.Q. Hou > Cc: U-Boot Mailing List ; Simon Glass > > Subject: Re: [PATCH] pci: correct a function description > > On Wed, Mar 22, 2017 at 4:07 PM

Re: [U-Boot] [PATCH] pci: correct a function description

2017-03-22 Thread Bin Meng
On Wed, Mar 22, 2017 at 4:07 PM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > In the description of function pci_match_one_id(), there are some > problems on arguments list and return value description, so correct > them. > > Signed-off-by: Hou Zhiqiang > --- > drivers/pci/pci-uclass.c | 5 +++-

[U-Boot] [PATCH] pci: correct a function description

2017-03-22 Thread Zhiqiang Hou
From: Hou Zhiqiang In the description of function pci_match_one_id(), there are some problems on arguments list and return value description, so correct them. Signed-off-by: Hou Zhiqiang --- drivers/pci/pci-uclass.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drive