Re: [U-Boot] [PATCH 10/69] pci: Correct a few comments and nits

2016-03-10 Thread Bin Meng
On Fri, Mar 11, 2016 at 11:46 AM, Bin Meng wrote: > On Mon, Mar 7, 2016 at 10:27 AM, Simon Glass wrote: >> Two comments are missing a parameter and there is an extra blank line. Also >> two of the region access macros are misnamed. Correct these problems. >> >> Signed-off-by: Simon Glass >> ---

Re: [U-Boot] [PATCH 10/69] pci: Correct a few comments and nits

2016-03-10 Thread Bin Meng
On Mon, Mar 7, 2016 at 10:27 AM, Simon Glass wrote: > Two comments are missing a parameter and there is an extra blank line. Also > two of the region access macros are misnamed. Correct these problems. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci-uclass.c | 1 - > include/pci.h

[U-Boot] [PATCH 10/69] pci: Correct a few comments and nits

2016-03-06 Thread Simon Glass
Two comments are missing a parameter and there is an extra blank line. Also two of the region access macros are misnamed. Correct these problems. Signed-off-by: Simon Glass --- drivers/pci/pci-uclass.c | 1 - include/pci.h| 6 -- 2 files changed, 4 insertions(+), 3 deletions(-)