Re: [PATCH] drm: todo: Avoid accidental crossreferences

2017-08-03 Thread Jani Nikula
On Mon, 31 Jul 2017, Daniel Vetter wrote: > On Mon, Jul 31, 2017 at 02:42:59PM +0200, Thierry Reding wrote: >> From: Thierry Reding >> >> RST uses underscores at the end of words to create crossreferences and >> it will accidentally try to link to tinydrm_ and drm_fb_ targets from >> the TODO, w

Re: [PATCH] drm: todo: Avoid accidental crossreferences

2017-07-31 Thread Thierry Reding
On Mon, Jul 31, 2017 at 02:47:12PM +0200, Daniel Vetter wrote: > On Mon, Jul 31, 2017 at 02:42:59PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > RST uses underscores at the end of words to create crossreferences and > > it will accidentally try to link to tinydrm_ and drm_fb_ tar

Re: [PATCH] drm: todo: Avoid accidental crossreferences

2017-07-31 Thread Daniel Vetter
On Mon, Jul 31, 2017 at 02:42:59PM +0200, Thierry Reding wrote: > From: Thierry Reding > > RST uses underscores at the end of words to create crossreferences and > it will accidentally try to link to tinydrm_ and drm_fb_ targets from > the TODO, which is clearly not the intention in this context.

[PATCH] drm: todo: Avoid accidental crossreferences

2017-07-31 Thread Thierry Reding
From: Thierry Reding RST uses underscores at the end of words to create crossreferences and it will accidentally try to link to tinydrm_ and drm_fb_ targets from the TODO, which is clearly not the intention in this context. Use backslashes to escape the special meaning of the underscore. Signed