On Fri, 2014-06-06 at 10:24 +0530, Adithya wrote:
> From: Adithya K<[email protected]>
> 
> Fixed checkpatch "WARNING: Missing a blank line after declarations"
[]
> diff --git a/drivers/staging/tidspbridge/gen/gh.c 
> b/drivers/staging/tidspbridge/gen/gh.c
[]
> @@ -28,6 +28,7 @@ struct gh_node {
>   struct gh_t_hash_tab {
>       u32 val_size;
>       DECLARE_HASHTABLE(hash_table, GH_HASH_ORDER);
> +
>       u32 (*hash)(const void *key);
>       bool (*match)(const void *key, const void *value);
>       void (*delete)(void *key);

this one is a checkpatch defect.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to