Re: [U-Boot] [PATCH 1/5] pci: xilinx: Fix doc comments on config space accessors

2017-09-02 Thread Bin Meng
On Fri, Sep 1, 2017 at 10:25 PM, Tuomas Tynkkynen wrote: > These take the 'struct udevice *' as an argument, not the > 'struct xilinx_pcie *` which is a local variable. Fix the comments to > match the code. > > Signed-off-by: Tuomas Tynkkynen > --- > drivers/pci/pcie_xilinx.c | 4 ++-- > 1 file

[U-Boot] [PATCH 1/5] pci: xilinx: Fix doc comments on config space accessors

2017-09-01 Thread Tuomas Tynkkynen
These take the 'struct udevice *' as an argument, not the 'struct xilinx_pcie *` which is a local variable. Fix the comments to match the code. Signed-off-by: Tuomas Tynkkynen --- drivers/pci/pcie_xilinx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pcie_x