]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/ss/hashtab.c
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6-omap-h63xx.git] / security / selinux / ss / hashtab.c
index 77b530c3bbceee385634830d7c9f09f2f6fa8d44..2e7788e13213002832368b8febed33853c423cea 100644 (file)
@@ -9,8 +9,8 @@
 #include "hashtab.h"
 
 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key),
-                               int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
-                               u32 size)
+                              int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
+                              u32 size)
 {
        struct hashtab *p;
        u32 i;