Re: [Intel-gfx] [PATCH] drm: Fix the kernel doc warning for drm_link_status

2017-03-01 Thread Daniel Vetter
On Wed, Mar 01, 2017 at 06:45:10AM -0800, Manasi Navare wrote: > This fixes the kernel doc warning that was introduced in > the 'commit 40ee6fbef75fe6 ("drm: Add a new connector > atomic property for link status")'. Description has > been added for the enum values. > > Signed-off-by: Manasi Navare

[PATCH] drm: Fix the kernel doc warning for drm_link_status

2017-03-01 Thread Manasi Navare
This fixes the kernel doc warning that was introduced in the 'commit 40ee6fbef75fe6 ("drm: Add a new connector atomic property for link status")'. Description has been added for the enum values. Signed-off-by: Manasi Navare Cc: Jani Nikula Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org -