]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/ss/hashtab.h
Merge git://git.infradead.org/embedded-2.6
[linux-2.6-omap-h63xx.git] / security / selinux / ss / hashtab.h
index 7e2ff3e3c6d220759c0d123f024c904dfc4b3d69..953872cd84ab0a17bf161154b1dfd38080357ff5 100644 (file)
@@ -40,8 +40,8 @@ struct hashtab_info {
  * the new hash table otherwise.
  */
 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);
 
 /*
  * Inserts the specified (key, datum) pair into the specified hash table.
@@ -49,7 +49,7 @@ struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *
  * Returns -ENOMEM on memory allocation error,
  * -EEXIST if there is already an entry with the same key,
  * -EINVAL for general errors or
* 0 otherwise.
+  0 otherwise.
  */
 int hashtab_insert(struct hashtab *h, void *k, void *d);