summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/drm/drm_framebuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drm_framebuffer.h b/include/drm/drm_framebuffer.h
index e9f1b0e2968d..b53c0332f040 100644
--- a/include/drm/drm_framebuffer.h
+++ b/include/drm/drm_framebuffer.h
@@ -308,11 +308,11 @@ struct drm_afbc_framebuffer {
*/
struct drm_framebuffer base;
/**
- * @block_widht: width of a single afbc block
+ * @block_width: width of a single afbc block
*/
u32 block_width;
/**
- * @block_widht: height of a single afbc block
+ * @block_height: height of a single afbc block
*/
u32 block_height;
/**