]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerJani Nikula <jani.nikula@intel.com>
Thu, 10 Jan 2019 13:12:48 +0000 (15:12 +0200)
commit75b3c22ed33465d0f9198bb21d3146e2ff73cbdb
treee3a1c13e7b12e41f2c1a1e2848387cca35b7fc3e
parentad517646a2e04702ebb20f6065ca05c694cb0a32
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: 952333ca01fc ("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
(cherry picked from commit ed17b555303c74a35f226268523b1695dbd4617d)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
include/drm/drm_dp_helper.h