[PATCH 09/11] drm/i915: Clean up kerneldoc for intel_lrc.c

2016-07-15 Thread Daniel Vetter
Fairly minimal, there's still lots of functions without any docs, and which aren't static. But probably we want to first clean this up some more. - Drop the bogus const. Marking argument pointers themselves (instead of what they point at) as const provides roughly 0 value. And it's confusing,

[Intel-gfx] [PATCH 09/11] drm/i915: Clean up kerneldoc for intel_lrc.c

2016-07-15 Thread Chris Wilson
On Fri, Jul 15, 2016 at 09:48:06PM +0200, Daniel Vetter wrote: > Fairly minimal, there's still lots of functions without any docs, and > which aren't static. But probably we want to first clean this up some more. > > - Drop the bogus const. Marking argument pointers themselves (instead of > what