Fix some typos in the kernel-doc.

Signed-off-by: Jani Nikula <[email protected]>
---
 include/drm/intel/display_parent_interface.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/drm/intel/display_parent_interface.h 
b/include/drm/intel/display_parent_interface.h
index 477ee9e735f9..87e26ee0ecbf 100644
--- a/include/drm/intel/display_parent_interface.h
+++ b/include/drm/intel/display_parent_interface.h
@@ -97,7 +97,7 @@ struct intel_display_parent_interface {
        /** @panic: Panic interface */
        const struct intel_display_panic_interface *panic;
 
-       /** @rpm: RPS interface. Optional. */
+       /** @rps: RPS interface. Optional. */
        const struct intel_display_rps_interface *rps;
 
        /** @stolen: Stolen memory. */
@@ -112,7 +112,7 @@ struct intel_display_parent_interface {
        /** @fence_priority_display: Set display priority. Optional. */
        void (*fence_priority_display)(struct dma_fence *fence);
 
-       /** @has_auxcss: Are AuxCCS formats supported by the parent. Optional. 
*/
+       /** @has_auxccs: Are AuxCCS formats supported by the parent. Optional. 
*/
        bool (*has_auxccs)(struct drm_device *drm);
 };
 
-- 
2.47.3

Reply via email to