projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e3142
)
drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR
author
José Roberto de Souza
<jose.souza@intel.com>
Wed, 5 Dec 2018 18:48:50 +0000
(10:48 -0800)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 10 Jan 2019 13:12:48 +0000
(15:12 +0200)
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:
1035f4a65f58
("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
patch
|
blob
|
history
diff --git
a/include/drm/drm_dp_helper.h
b/include/drm/drm_dp_helper.h
index c33e89c51d9f4a8d5ad9d66222c1d93747730c9a..2d4fc2d338108a7833cf846e7beacb3ab4b35af4 100644
(file)
--- a/
include/drm/drm_dp_helper.h
+++ b/
include/drm/drm_dp_helper.h
@@
-1366,7
+1366,7
@@
enum drm_dp_quirk {
*/
DP_DPCD_QUIRK_CONSTANT_N,
/**
- * @DP_DPCD_QUIRK_NO_PSR
+ * @DP_DPCD_QUIRK_NO_PSR
:
*
* The device does not support PSR even if reports that it supports or
* driver still need to implement proper handling for such device.