pci: correct a function description
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Wed, 22 Mar 2017 08:07:24 +0000 (16:07 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Mar 2017 19:22:58 +0000 (13:22 -0600)
commit0367bd4d605fa17b0e8ee8b45bc7afa6bd2307f9
tree2400db1d08a695f57950f21e2d5a22965084752b
parent3d1df0e363ff13b7aed17f9bb576d045f26c3f74
pci: correct a function description

In the description of function pci_match_one_id(), there are some
problems on arguments list and return value description, so correct
them.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci-uclass.c