]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cipso: remove NULL assignment on static
authorFabian Frederick <fabf@skynet.be>
Tue, 4 Nov 2014 19:19:19 +0000 (20:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2014 20:09:52 +0000 (15:09 -0500)
Also add blank line after structure declarations

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/cipso_ipv4.c

index 253a61b4e69ec3bbaafa264779d1e8fe637ddb03..5160c710f2eb4d4c3506ce41039f58cf50f5521c 100644 (file)
@@ -72,6 +72,7 @@ struct cipso_v4_map_cache_bkt {
        u32 size;
        struct list_head list;
 };
+
 struct cipso_v4_map_cache_entry {
        u32 hash;
        unsigned char *key;
@@ -82,7 +83,8 @@ struct cipso_v4_map_cache_entry {
        u32 activity;
        struct list_head list;
 };
-static struct cipso_v4_map_cache_bkt *cipso_v4_cache = NULL;
+
+static struct cipso_v4_map_cache_bkt *cipso_v4_cache;
 
 /* Restricted bitmap (tag #1) flags */
 int cipso_v4_rbm_optfmt = 0;