OSDN Git Service

drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR
authorJosé Roberto de Souza <jose.souza@intel.com>
Wed, 5 Dec 2018 18:48:50 +0000 (10:48 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Thu, 6 Dec 2018 01:10:25 +0000 (17:10 -0800)
commited17b555303c74a35f226268523b1695dbd4617d
tree3cf53d2a361378eabe706b86a44f2b6966c62ce9
parenta1d926527b79576615839db39e3a5c7a7845f31c
drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR

The DP_DPCD_QUIRK_NO_PSR comment is missing colon causing this
warning when generating kernel documentation.

./include/drm/drm_dp_helper.h:1374: warning: Incorrect use of kernel-doc format:          * @DP_DPCD_QUIRK_NO_PSR

Fixes: 7c5c641a930e (drm/i915: Disable PSR in Apple panels)
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181205184850.13218-1-jose.souza@intel.com
include/drm/drm_dp_helper.h