pci: Fix comment in struct pci_child_platdata
authorSimon Glass <sjg@chromium.org>
Sun, 17 Feb 2019 03:24:41 +0000 (20:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 20 Feb 2019 07:21:44 +0000 (15:21 +0800)
commit7d38db55f70a30eaa64f91b35720abc5f595783f
tree30b99a951a81540bf5d40e295a724b0a16a4bb11
parent11503be4480d5091fb59c563a0c357b6967c24ba
pci: Fix comment in struct pci_child_platdata

This is platdata, not private data, so the comment is currently incorrect.
Fix it to avoid confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/pci.h