2024-01-10 20:38:43

by Sergei Shtylyov

[permalink] [raw]
Subject: Re: [PATCH] usb: gadget: fix max_segment_size malformed table

On 1/10/24 11:35 PM, Randy Dunlap wrote:

> Sphinx reports a malformed table due to the table begin/end line
> segments being too short for the word "max_segment_size", so
> extend them by one more '=' character to prevent to error.

s/to error/the error/?

> Documentation/usb/gadget-testing.rst:459: ERROR: Malformed table.
> Text in column margin in table line 9.
>
> Fixes: 1900daeefd3e ("usb: gadget: ncm: Add support to update wMaxSegmentSize via configfs")
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Krishna Kurapati <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: [email protected]
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
[...]

MBR, Sergey


2024-01-10 21:04:16

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] usb: gadget: fix max_segment_size malformed table



On 1/10/24 12:38, Sergei Shtylyov wrote:
> On 1/10/24 11:35 PM, Randy Dunlap wrote:
>
>> Sphinx reports a malformed table due to the table begin/end line
>> segments being too short for the word "max_segment_size", so
>> extend them by one more '=' character to prevent to error.
>
> s/to error/the error/?

yes, thanks.

>
>> Documentation/usb/gadget-testing.rst:459: ERROR: Malformed table.
>> Text in column margin in table line 9.
>>
>> Fixes: 1900daeefd3e ("usb: gadget: ncm: Add support to update wMaxSegmentSize via configfs")
>> Signed-off-by: Randy Dunlap <[email protected]>
>> Cc: Krishna Kurapati <[email protected]>
>> Cc: Greg Kroah-Hartman <[email protected]>
>> Cc: [email protected]
>> Cc: Jonathan Corbet <[email protected]>
>> Cc: [email protected]
> [...]
>
> MBR, Sergey

--
#Randy