Re: [PATCH 10/25] Documentation: rculist.h: fix sphinx warning

2020-07-17 Thread Randy Dunlap
On 7/17/20 11:56 AM, Daniel W. S. Almeida wrote: > From: "Daniel W. S. Almeida" > > Fix the following warning: > > warning: bad line: [@right ][node2 ... ] > > This was missing a '*' at the start. > > Signed-off-by: Daniel W. S. Almeida Mauro and I both fixed this one. His patch was merged.

[PATCH 10/25] Documentation: rculist.h: fix sphinx warning

2020-07-17 Thread Daniel W. S. Almeida
From: "Daniel W. S. Almeida" Fix the following warning: warning: bad line: [@right ][node2 ... ] This was missing a '*' at the start. Signed-off-by: Daniel W. S. Almeida --- include/linux/rculist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/rculist.h b/