[PATCH 4/6] drm/crtc: Polish kerneldoc

2014-11-19 Thread Daniel Vetter
- Make it clear that it's a negative errno (more in line with everything else). - Clean up the confusion around get_properties vs. getproperty ioctls: One reads per-obj property values, the other reads property metadata. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_crtc.c | 79

[PATCH 4/6] drm/crtc: Polish kerneldoc

2014-11-19 Thread Rob Clark
On Wed, Nov 19, 2014 at 12:38 PM, Daniel Vetter wrote: > - Make it clear that it's a negative errno (more in line with > everything else). > - Clean up the confusion around get_properties vs. getproperty ioctls: > One reads per-obj property values, the other reads property > metadata. > >