@@ -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. Fixes: a36afe780461 ("usb: gadget: uvc: Add new enable_interrupt_ep attribute") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> --- Updated the commit message with the proper Fixes and Reported-by tags. Documentation/ABI/testing/configfs-usb-gadget-uvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)