Commit 8d36c6874173918612495b8e5925a7000ed8058e

Authored by Bin Meng
Committed by Marek Vasut
1 parent 98b639fc50

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -1035,7 +1035,6 @@
1035 1035 /**
1036 1036 * usb_emul_find_for_dev() - Find an emulator for a particular device
1037 1037 *
1038   - * @bus: USB bus (controller)
1039 1038 * @dev: USB device to check
1040 1039 * @emulp: Returns pointer to emulator, or NULL if not found
1041 1040 * @return 0 if found, -ve on error