On 15/07/20 1:51 am, Jonathan Corbet wrote:
> On Tue, 14 Jul 2020 21:06:43 +1200
> Chris Packham <[email protected]> wrote:
>
>> When processing proc.rst sphinx complained
>>
>>    Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
>>    Text in column margin in table line 29.
>>
>> This caused the entire table to be dropped. Removing the stray '-'
>> resolves the error and produces the desired table.
>>
>> Signed-off-by: Chris Packham <[email protected]>
>> ---
>>   Documentation/filesystems/proc.rst | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/filesystems/proc.rst 
>> b/Documentation/filesystems/proc.rst
>> index 996f3cfe7030..53a0230a08e2 100644
>> --- a/Documentation/filesystems/proc.rst
>> +++ b/Documentation/filesystems/proc.rst
>> @@ -545,7 +545,7 @@ encoded manner. The codes are the following:
>>       hg    huge page advise flag
>>       nh    no huge page advise flag
>>       mg    mergable advise flag
>> -    bt  - arm64 BTI guarded page
>> +    bt    arm64 BTI guarded page
>>       ==    =======================================
> Which tree are you looking at?  Mauro fixed this back in June...
>
> Thanks,

Tip of Linus's tree. Currently points to commit e9919e11e219 ("Merge 
branch 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input"). I can see 
Mauro's fix waiting in docs-next (probably should have checked there 
first). Feel free to drop this patch.

>
> jon

Reply via email to