diff mbox

[v3] drm: Add description for scdc variable

Message ID 1490434171-9870-1-git-send-email-shashank.sharma@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sharma, Shashank March 25, 2017, 9:29 a.m. UTC
This patch adds description about 'scdc' variable in drm_hdmi_info
structure, to fix this warning during doc-build.

"drm_connector.h:140: warning: No description found for parameter 'scdc'"

V2: Rebase
V3: Added doc is specific format

Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Shashank Sharma <shashank.sharma@intel.com>
---
 include/drm/drm_connector.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index 9fba967..b4fe812 100644
--- a/include/drm/drm_connector.h
+++ b/include/drm/drm_connector.h
@@ -134,7 +134,9 @@  struct drm_scdc {
  */
 struct drm_hdmi_info {
 
-	/* @scdc: sink's scdc support and capabilities */
+	/**
+	 * @scdc: sink's scdc support and capabilities
+	 */
 	struct drm_scdc scdc;
 };