]> git.ipfire.org Git - people/ms/u-boot.git/commit
pci: xilinx: Fix doc comments on config space accessors
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:25:58 +0000 (17:25 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:54 +0000 (07:39 -0400)
commitadfc3e4804e89fa1959e447e55bf8707466b8346
tree5c358641e9662dc982bc47a5ac8cae6c90cbfeed
parent2460098cffacd18729262e3ed36656e6943783ed
pci: xilinx: Fix doc comments on config space accessors

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 <tuomas.tynkkynen@iki.fi>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pcie_xilinx.c