commit | 33fbdfdab61590e54c5bcf61402d0723f0a54018 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Oct 01 06:19:37 2017 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 01 16:32:50 2017 +0200 |
tree | 07c6818eddba923b885ce1edb346dbd98a51564a | |
parent | d502cf173ad78a6a36f658ccbe548b22135930e7 [diff] |
usb: Fix comments of usb_emul_find_for_dev() There is no such a parameter called 'bus'. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
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 @@ /** * 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