aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xf86drm.c2
-rw-r--r--xf86drmMode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/xf86drm.c b/xf86drm.c
index 5f587d96..45aa5fc9 100644
--- a/xf86drm.c
+++ b/xf86drm.c
@@ -2942,7 +2942,7 @@ static int drmGetMaxNodeName(void)
2942 MAX3(sizeof(DRM_PRIMARY_MINOR_NAME), 2942 MAX3(sizeof(DRM_PRIMARY_MINOR_NAME),
2943 sizeof(DRM_CONTROL_MINOR_NAME), 2943 sizeof(DRM_CONTROL_MINOR_NAME),
2944 sizeof(DRM_RENDER_MINOR_NAME)) + 2944 sizeof(DRM_RENDER_MINOR_NAME)) +
2945 3 /* lenght of the node number */; 2945 3 /* length of the node number */;
2946} 2946}
2947 2947
2948static int drmParsePciDeviceInfo(const char *d_name, 2948static int drmParsePciDeviceInfo(const char *d_name,
diff --git a/xf86drmMode.c b/xf86drmMode.c
index 77100618..f7b59484 100644
--- a/xf86drmMode.c
+++ b/xf86drmMode.c
@@ -34,7 +34,7 @@
34 */ 34 */
35 35
36/* 36/*
37 * TODO the types we are after are defined in diffrent headers on diffrent 37 * TODO the types we are after are defined in different headers on different
38 * platforms find which headers to include to get uint32_t 38 * platforms find which headers to include to get uint32_t
39 */ 39 */
40 40