From mboxrd@z Thu Jan 1 00:00:00 1970 From: Z.Q. Hou Date: Wed, 22 Mar 2017 09:12:04 +0000 Subject: [U-Boot] [PATCH] pci: correct a function description In-Reply-To: References: <1490170044-37203-1-git-send-email-Zhiqiang.Hou@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Bin, Thanks for your review. - Zhiqiang > -----Original Message----- > From: Bin Meng [mailto:bmeng.cn at 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, 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 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > Reviewed-by: Bin Meng