diff mbox series

drm/gma500: Fix spelling typo in comment

Message ID tencent_E27AB3C77389894903E12AD66F3299FAB40A@qq.com (mailing list archive)
State New, archived
Headers show
Series drm/gma500: Fix spelling typo in comment | expand

Commit Message

1064094935 June 16, 2022, 6:37 a.m. UTC
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 mbox series

Patch

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;