From: pengfuyuan pengfuyuan@kylinos.cn
Fix spelling typo in comment.
Reported-by: k2ci kernel-bot@kylinos.cn Signed-off-by: pengfuyuan pengfuyuan@kylinos.cn --- drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h index 600e79744d68..9554a61fdd57 100644 --- a/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h +++ b/drivers/gpu/drm/gma500/psb_intel_sdvo_regs.h @@ -371,7 +371,7 @@ struct psb_intel_sdvo_tv_format {
#define SDVO_CMD_SET_TV_FORMAT 0x29
-/** Returns the resolutiosn that can be used with the given TV format */ +/* Returns the resolution that can be used with the given TV format */ #define SDVO_CMD_GET_SDTV_RESOLUTION_SUPPORT 0x83 struct psb_intel_sdvo_sdtv_resolution_request { unsigned int ntsc_m:1;