From a204d5acb224eec2a9abcac73fb48f20819ea593 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 11 Nov 2005 09:09:03 +0000 Subject: realign whitespace with kernel --- linux-core/drm_scatter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linux-core/drm_scatter.c') diff --git a/linux-core/drm_scatter.c b/linux-core/drm_scatter.c index 1647303d..a7144f1a 100644 --- a/linux-core/drm_scatter.c +++ b/linux-core/drm_scatter.c @@ -33,7 +33,6 @@ #include #include - #include "drmP.h" #define DEBUG_SCATTER 0 @@ -137,7 +136,7 @@ int drm_sg_alloc(struct inode *inode, struct file *filp, DRM_DEBUG("sg alloc virtual = %p\n", entry->virtual); for (i = (unsigned long)entry->virtual, j = 0; j < pages; - i += PAGE_SIZE, j++) { + i += PAGE_SIZE, j++) { entry->pagelist[j] = vmalloc_to_page((void *)i); if (!entry->pagelist[j]) goto failed; -- cgit v1.2.3