VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / ppc64 / mm / hash_utils.c
index 1df6d97..f405658 100644 (file)
@@ -316,7 +316,6 @@ int hash_page(unsigned long ea, unsigned long access, unsigned long trap)
                ret = __hash_page(ea, access, vsid, ptep, trap, local);
        }
 
-
        return ret;
 }