Re: [PATCH 3/6] lib: list_sort.c: add a blank line to avoid kernel-doc warnings

2019-06-20 Thread Jonathan Corbet
On Tue, 18 Jun 2019 15:51:19 -0300 Mauro Carvalho Chehab wrote: > In order for a list to be recognized as such, blank lines > are required. > > Solve those Sphinx warnings: > > ./lib/list_sort.c:162: WARNING: Unexpected indentation. > ./lib/list_sort.c:163: WARNING: Block quote ends without a b

[PATCH 3/6] lib: list_sort.c: add a blank line to avoid kernel-doc warnings

2019-06-18 Thread Mauro Carvalho Chehab
In order for a list to be recognized as such, blank lines are required. Solve those Sphinx warnings: ./lib/list_sort.c:162: WARNING: Unexpected indentation. ./lib/list_sort.c:163: WARNING: Block quote ends without a blank line; unexpected unindent. Signed-off-by: Mauro Carvalho Chehab --- lib