commit | adfc3e4804e89fa1959e447e55bf8707466b8346 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Fri Sep 01 17:25:58 2017 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:39:54 2017 -0400 |
tree | 5c358641e9662dc982bc47a5ac8cae6c90cbfeed | |
parent | 2460098cffacd18729262e3ed36656e6943783ed [diff] |
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>