mirror of https://gitee.com/openkylin/linux.git
drm/msm/dpu: Fix a typo
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210322062723.3215931-1-unixbhaskar@gmail.com Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
e020ac961c
commit
6bac5b13b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue