Re: [PATCH] docs: watch_queue.rst: fix malformed inline literal

2020-07-23 Thread Jonathan Corbet
On Sat, 18 Jul 2020 13:50:56 -0300 "Daniel W. S. Almeida" wrote: > To manage a watch list, the following functions are provided: > > - * ``void init_watch_list(struct watch_list *wlist, > -void (*release_watch)(struct watch *wlist));`` > + * ``void init_watch_list(str

[PATCH] docs: watch_queue.rst: fix malformed inline literal

2020-07-18 Thread Daniel W. S. Almeida
From: Daniel W. S. Almeida Fix the following warnings: watch_queue.rst:107: WARNING: Inline literal start-string without end-string. watch_queue.rst:107: WARNING: Inline emphasis start-string without end-string watch_queue.rst:184: WARNING: Inline literal start-string without end-string. watc