Re: [PATCH] Documentation: drm: Use '->' when describing access through pointers.

2015-03-19 Thread Jonathan Corbet
On Mon, 16 Mar 2015 18:24:46 + Liviu Dudau wrote: > The documentation is trying to describe accessing a field through a > pointer, but it is using '-<' instead of '->'. Fix that. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH] Documentation: drm: Use '->' when describing access through pointers.

2015-03-16 Thread Liviu Dudau
The documentation is trying to describe accessing a field through a pointer, but it is using '-<' instead of '->'. Fix that. Signed-off-by: Liviu Dudau --- Documentation/DocBook/drm.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/drm.tmpl b/Document