[U-Boot] [PATCH 02/10] usb: Fix comments of usb_emul_find_for_dev()

Bin Meng bmeng.cn at gmail.com
Sun Oct 1 13:19:37 UTC 2017


There is no such a parameter called 'bus'.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 include/usb.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/usb.h b/include/usb.h
index 1563c9a..3d51731 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -1035,7 +1035,6 @@ int usb_emul_find(struct udevice *bus, ulong pipe, struct udevice **emulp);
 /**
  * usb_emul_find_for_dev() - Find an emulator for a particular device
  *
- * @bus:	USB bus (controller)
  * @dev:	USB device to check
  * @emulp:	Returns pointer to emulator, or NULL if not found
  * @return 0 if found, -ve on error
-- 
2.7.4



More information about the U-Boot mailing list