hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/uapi/drm/exynos_drm.h
....@@ -68,7 +68,7 @@
6868 /**
6969 * A structure for user connection request of virtual display.
7070 *
71
- * @connection: indicate whether doing connetion or not by user.
71
+ * @connection: indicate whether doing connection or not by user.
7272 * @extensions: if this value is 1 then the vidi driver would need additional
7373 * 128bytes edid data.
7474 * @edid: the edid data pointer from user side.
....@@ -394,7 +394,7 @@
394394 #define DRM_IOCTL_EXYNOS_IPP_COMMIT DRM_IOWR(DRM_COMMAND_BASE + \
395395 DRM_EXYNOS_IPP_COMMIT, struct drm_exynos_ioctl_ipp_commit)
396396
397
-/* EXYNOS specific events */
397
+/* Exynos specific events */
398398 #define DRM_EXYNOS_G2D_EVENT 0x80000000
399399 #define DRM_EXYNOS_IPP_EVENT 0x80000002
400400