Re: [U-Boot] [PATCH v3 08/13] pci: Tidy up function comments in cmd_pci.c

2015-11-28 Thread Simon Glass
On 26 November 2015 at 23:37, Bin Meng wrote: > Hi Simon, > > On Fri, Nov 27, 2015 at 10:51 AM, Simon Glass wrote: >> The function comments use an old style and some are incorrect. Update them. >> >> Signed-off-by: Simon Glass >>

[U-Boot] [PATCH v3 08/13] pci: Tidy up function comments in cmd_pci.c

2015-11-26 Thread Simon Glass
The function comments use an old style and some are incorrect. Update them. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: - Use 'Show' instead of 'Shows' in the the pci_header_show() function comment Changes in v2: - Add a new patch

Re: [U-Boot] [PATCH v3 08/13] pci: Tidy up function comments in cmd_pci.c

2015-11-26 Thread Bin Meng
Hi Simon, On Fri, Nov 27, 2015 at 10:51 AM, Simon Glass wrote: > The function comments use an old style and some are incorrect. Update them. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: > - Use 'Show'