]> Git Repo - linux.git/commitdiff
usb: linux/usb.h: fix Excess kernel-doc description warning
authorRandy Dunlap <[email protected]>
Sat, 23 Dec 2023 05:06:36 +0000 (21:06 -0800)
committerGreg Kroah-Hartman <[email protected]>
Sat, 23 Dec 2023 13:14:26 +0000 (14:14 +0100)
Remove the @removable: line to prevent the kernel-doc warning:

include/linux/usb.h:732: warning: Excess struct member 'removable' description in 'usb_device'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
include/linux/usb.h

index 618e5a0b1a2236d51942fc2a704075f7e4815300..07556341ba2b425aba48ac120bcec247f7b3b7f4 100644 (file)
@@ -632,7 +632,6 @@ struct usb3_lpm_parameters {
  * @reset_resume: needs reset instead of resume
  * @port_is_suspended: the upstream port is suspended (L2 or U3)
  * @slot_id: Slot ID assigned by xHCI
- * @removable: Device can be physically removed from this port
  * @l1_params: best effor service latency for USB2 L1 LPM state, and L1 timeout.
  * @u1_params: exit latencies for USB3 U1 LPM state, and hub-initiated timeout.
  * @u2_params: exit latencies for USB3 U2 LPM state, and hub-initiated timeout.
This page took 0.055516 seconds and 4 git commands to generate.