> +     u32 val_size;
> +     DECLARE_HASHTABLE(hash_table, GH_HASH_ORDER);
> +     u32 (*hash)(void *);
> +     bool (*match)(void *, void *);
> +     void (*delete)(void *);

I forgot to say, put the parameter name in the declaration.

+       u32 (*hash)(void *key);
+       bool (*match)(void *key, void *result);
+       void (*delete)(void *key);

I have no idea if those names are correct.

regards,
dan carpenter
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to