Re: [PATCH 1/1] Staging:tidspbridge Fix minor checkpatch.pl warning

From: Joe Perches
Date: Fri Jun 06 2014 - 01:34:14 EST


On Fri, 2014-06-06 at 10:24 +0530, Adithya wrote:
> From: Adithya K<linux.challenge1@xxxxxxxxx>
>
> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/