vserver 2.0 rc7
[linux-2.6.git] / arch / um / kernel / tt / include / uaccess-tt.h
index f0bad01..3fbb5fe 100644 (file)
@@ -34,7 +34,7 @@ extern unsigned long uml_physmem;
           (under_task_size(addr, size) || is_stack(addr, size))))
 
 static inline int verify_area_tt(int type, const void * addr,
-                                unsigned long size)
+                                 unsigned long size)
 {
        return(access_ok_tt(type, addr, size) ? 0 : -EFAULT);
 }