vserver 2.0 rc7
[linux-2.6.git] / arch / um / kernel / skas / include / uaccess-skas.h
index 11986c9..cd6c280 100644 (file)
@@ -19,7 +19,7 @@
          ((unsigned long) (addr) + (size) >= (unsigned long)(addr))))
 
 static inline int verify_area_skas(int type, const void * addr,
-                                  unsigned long size)
+                                   unsigned long size)
 {
        return(access_ok_skas(type, addr, size) ? 0 : -EFAULT);
 }