From: Bin Meng Date: Sun, 1 Oct 2017 13:19:37 +0000 (-0700) Subject: usb: Fix comments of usb_emul_find_for_dev() X-Git-Tag: v2017.11-rc1~2^2~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d36c6874173918612495b8e5925a7000ed8058e;p=u-boot usb: Fix comments of usb_emul_find_for_dev() There is no such a parameter called 'bus'. Signed-off-by: Bin Meng --- diff --git a/include/usb.h b/include/usb.h index 1563c9abf3..3d517316e5 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