dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] xf86drmMode: remove the trailing white spaces
@ 2015-08-19  0:58 Hyungwon Hwang
  2015-08-19  0:58 ` [PATCH 2/6] xf86drmMode: separate drmModeAtomicCommit() and drmModeAtomicCleanup() Hyungwon Hwang
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Hyungwon Hwang @ 2015-08-19  0:58 UTC (permalink / raw)
  To: dri-devel, human.hwang

This patch removes the trailing white spaces.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
---
 xf86drmMode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xf86drmMode.c b/xf86drmMode.c
index fc19504..d4ed5c1 100644
--- a/xf86drmMode.c
+++ b/xf86drmMode.c
@@ -879,7 +879,7 @@ int drmHandleEvent(int fd, drmEventContextPtr evctx)
 	int len, i;
 	struct drm_event *e;
 	struct drm_event_vblank *vblank;
-	
+
 	/* The DRM read semantics guarantees that we always get only
 	 * complete events. */
 
@@ -899,7 +899,7 @@ int drmHandleEvent(int fd, drmEventContextPtr evctx)
 				break;
 			vblank = (struct drm_event_vblank *) e;
 			evctx->vblank_handler(fd,
-					      vblank->sequence, 
+					      vblank->sequence,
 					      vblank->tv_sec,
 					      vblank->tv_usec,
 					      U642VOID (vblank->user_data));
-- 
2.4.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-08-21 10:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19  0:58 [PATCH 1/6] xf86drmMode: remove the trailing white spaces Hyungwon Hwang
2015-08-19  0:58 ` [PATCH 2/6] xf86drmMode: separate drmModeAtomicCommit() and drmModeAtomicCleanup() Hyungwon Hwang
2015-08-20 16:17   ` Emil Velikov
2015-08-21  4:54     ` Hyungwon Hwang
2015-08-21  6:42       ` Pekka Paalanen
2015-08-21  7:18         ` Hyungwon Hwang
2015-08-21 10:08           ` Pekka Paalanen
2015-08-19  0:58 ` [PATCH 3/6] xf86drmMode: Make atomic request structures visible Hyungwon Hwang
2015-08-20 16:23   ` Emil Velikov
2015-08-21  6:06     ` Hyungwon Hwang
2015-08-21  6:44       ` Pekka Paalanen
2015-08-21  7:35         ` Hyungwon Hwang
2015-08-19  0:58 ` [PATCH 4/6] modetest: remove the trailing white spaces Hyungwon Hwang
2015-08-19  0:58 ` [PATCH 5/6] modetest: add atomic modeset support Hyungwon Hwang
2015-08-19  0:58 ` [PATCH 6/6] modetest: add atomic page flip support Hyungwon Hwang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox