Skip to content

Commit

Permalink
drm/msm/dpu: Fix a typo
Browse files Browse the repository at this point in the history
s/struture/structure/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
unixbhaskar authored and robclark committed Jun 23, 2021
1 parent e020ac9 commit 6bac5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ enum dpu_3d_blend_mode {

/** struct dpu_format - defines the format configuration which
* allows DPU HW to correctly fetch and decode the format
* @base: base msm_format struture containing fourcc code
* @base: base msm_format structure containing fourcc code
* @fetch_planes: how the color components are packed in pixel format
* @element: element color ordering
* @bits: element bit widths
Expand Down

0 comments on commit 6bac5b1

Please sign in to comment.