Message ID | 20230206095822.743784-1-dan.scally@ideasonboard.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | usb: gadget: uvc: Correct documentation formatting | expand |
On Mon, Feb 06, 2023 at 09:58:22AM +0000, Daniel Scally wrote: > The documentation table added in a36afe780461 ("usb: gadget: uvc: Add > new enable_interrupt_ep attribute") was incorrect, resulting in a new > warning when compiling the documentation. > > Correct the formatting to resolve the warning. > > Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> > --- > Documentation/ABI/testing/configfs-usb-gadget-uvc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) You forgot a "fixes:" tag, and a "reported-by:" tag, right? Please fix up and resend. thanks, greg k-h
On 06/02/2023 10:07, Greg KH wrote: > On Mon, Feb 06, 2023 at 09:58:22AM +0000, Daniel Scally wrote: >> The documentation table added in a36afe780461 ("usb: gadget: uvc: Add >> new enable_interrupt_ep attribute") was incorrect, resulting in a new >> warning when compiling the documentation. >> >> Correct the formatting to resolve the warning. >> >> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> >> --- >> Documentation/ABI/testing/configfs-usb-gadget-uvc | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > You forgot a "fixes:" tag, and a "reported-by:" tag, right? Grah, yes. Sorry. > > Please fix up and resend. Ack > > thanks, > > greg k-h
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-uvc b/Documentation/ABI/testing/configfs-usb-gadget-uvc index eb13cc5d363a..a2d5c648aa2b 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-uvc +++ b/Documentation/ABI/testing/configfs-usb-gadget-uvc @@ -17,12 +17,12 @@ Description: Control descriptors All attributes read only except enable_interrupt_ep: - ================ ============================= + =================== ============================= bInterfaceNumber USB interface number for this streaming interface enable_interrupt_ep flag to enable the interrupt endpoint for the VC interface - ================ ============================= + =================== ============================= What: /config/usb-gadget/gadget/functions/uvc.name/control/class Date: Dec 2014
The documentation table added in a36afe780461 ("usb: gadget: uvc: Add new enable_interrupt_ep attribute") was incorrect, resulting in a new warning when compiling the documentation. Correct the formatting to resolve the warning. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> --- Documentation/ABI/testing/configfs-usb-gadget-uvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)