From 0a5e2c96b1f89ec4df1fa8816609946dd49337dd Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 14 Oct 2025 19:28:24 +0300 Subject: [PATCH] xf86drm: Trim traling whitespace in xf86drm.h This prevents text editors that trim trailing whitespace automatically from making unrelated changes. Signed-off-by: Vlad Zahorodnii --- xf86drm.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xf86drm.h b/xf86drm.h index 6bfe2782..4388ce3a 100644 --- a/xf86drm.h +++ b/xf86drm.h @@ -1,10 +1,10 @@ /** - * \file xf86drm.h + * \file xf86drm.h * OS-independent header for DRM user-level library interface. * * \author Rickard E. (Rik) Faith */ - + /* * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. @@ -197,9 +197,9 @@ typedef enum { typedef enum { /** \name Flags for DMA buffer dispatch */ /*@{*/ - DRM_DMA_BLOCK = 0x01, /**< + DRM_DMA_BLOCK = 0x01, /**< * Block until buffer dispatched. - * + * * \note the buffer may not yet have been * processed by the hardware -- getting a * hardware lock with the hardware quiescent @@ -693,7 +693,7 @@ extern int drmGetLock(int fd, drmLockFlags flags); extern int drmUnlock(int fd, drm_context_t context); extern int drmFinish(int fd, int context, drmLockFlags flags); -extern int drmGetContextPrivateMapping(int fd, drm_context_t ctx_id, +extern int drmGetContextPrivateMapping(int fd, drm_context_t ctx_id, drm_handle_t * handle); /* AGP/GART support: X server (root) only */ @@ -779,7 +779,7 @@ typedef struct _drmEventContext { int version; void (*vblank_handler)(int fd, - unsigned int sequence, + unsigned int sequence, unsigned int tv_sec, unsigned int tv_usec, void *user_data);