diff options
author | Bastien Nocera <[email protected]> | 2023-04-05 11:27:54 +0200 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2023-04-06 17:14:14 +0200 |
commit | 539adfedbd2d5cda2f9e2d83b35b364834b67d58 (patch) | |
tree | 16002c4f5d07944479449cd5a91f72ab4362a464 /tools/testing/selftests/bpf/progs/test_access_variable_array.c | |
parent | d9d5623f37c0a2c05b66a2a41fdbc7f90055fdc1 (diff) |
USB: core: Fix docs warning caused by wireless_status feature
Fix wrongly named 'dev' parameter in doc block, should have been iface:
drivers/usb/core/message.c:1939: warning: Function parameter or member 'iface' not described in 'usb_set_wireless_status'
drivers/usb/core/message.c:1939: warning: Excess function parameter 'dev' description in 'usb_set_wireless_status'
And fix missing struct member doc in kernel API, and reorder to
match struct:
include/linux/usb.h:270: warning: Function parameter or member 'wireless_status_work' not described in 'usb_interface'
Reported-by: Stephen Rothwell <[email protected]>
Link: https://lore.kernel.org/linux-next/[email protected]/T/#t
Fixes: 0a4db185f078 ("USB: core: Add API to change the wireless_status")
Signed-off-by: Bastien Nocera <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[bentiss: fix checkpatch warning]
Signed-off-by: Benjamin Tissoires <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_access_variable_array.c')
0 files changed, 0 insertions, 0 deletions