Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/arm: Fix spelling typo in comments

Fix spelling typo in comments.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220426121639.39160-1-pengfuyuan@kylinos.cn

authored by

pengfuyuan and committed by
Liviu Dudau
b62cc8fa ca5f13a2

+2 -2
+1 -1
drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c
··· 1271 1271 return 0; 1272 1272 } 1273 1273 1274 - /* Since standalong disabled components must be disabled separately and in the 1274 + /* Since standalone disabled components must be disabled separately and in the 1275 1275 * last, So a complete disable operation may needs to call pipeline_disable 1276 1276 * twice (two phase disabling). 1277 1277 * Phase 1: disable the common components, flush it.
+1 -1
drivers/gpu/drm/arm/malidp_regs.h
··· 145 145 #define MALIDP_SE_COEFFTAB_DATA_MASK 0x3fff 146 146 #define MALIDP_SE_SET_COEFFTAB_DATA(x) \ 147 147 ((x) & MALIDP_SE_COEFFTAB_DATA_MASK) 148 - /* Enhance coeffents reigster offset */ 148 + /* Enhance coefficients register offset */ 149 149 #define MALIDP_SE_IMAGE_ENH 0x3C 150 150 /* ENH_LIMITS offset 0x0 */ 151 151 #define MALIDP_SE_ENH_LOW_LEVEL 24