Fix the copy-paste fail.
Signed-off-by: Jani Nikula <[email protected]>
---
include/drm/intel/display_parent_interface.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/intel/display_parent_interface.h
b/include/drm/intel/display_parent_interface.h
index b4b0f58ae3ee..b439e513c0c5 100644
--- a/include/drm/intel/display_parent_interface.h
+++ b/include/drm/intel/display_parent_interface.h
@@ -162,7 +162,7 @@ struct intel_display_stolen_interface {
* check the optional pointers.
*/
struct intel_display_parent_interface {
- /** @dsb: DPT interface. Optional. */
+ /** @dpt: DPT interface. Optional. */
const struct intel_display_dpt_interface *dpt;
/** @dsb: DSB buffer interface */
--
2.47.3