commit | f0e8d23dfeb3d72aeee97bc5c63a7ac855f45b81 | [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 | 5257a09adf7d8bace037d1c7df0587b9064d622c [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>