[PATCH] drm/panel: add kernel doc for size attributes in panel_desc

2015-12-16 Thread Thierry Reding
On Fri, Dec 04, 2015 at 12:31:28PM +0100, Ulrich Ölmann wrote: > Document that 'width' and 'height' are measured in millimeters. > > Signed-off-by: Ulrich Ölmann > --- > drivers/gpu/drm/panel/panel-simple.c | 4 > 1 file changed, 4 insertions(+) I've applied this, with a slightly reworde

[PATCH] drm/panel: add kernel doc for size attributes in panel_desc

2015-12-04 Thread Ulrich Ölmann
Document that 'width' and 'height' are measured in millimeters. Signed-off-by: Ulrich Ölmann --- drivers/gpu/drm/panel/panel-simple.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index ada97a0..8c194ed 10064