inet: frags: fix function declaration alignments in inet_fragment
authorNikolay Aleksandrov <nikolay@redhat.com>
Fri, 1 Aug 2014 10:29:46 +0000 (12:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Aug 2014 22:31:31 +0000 (15:31 -0700)
Fix a couple of functions' declaration alignments.

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_fragment.c

index e3ebc6608e5d47ef2e8326626bd90fb02449ae57..fa49916c23a030016d3fa4556655a6e6c98a52f0 100644 (file)
@@ -334,8 +334,9 @@ void inet_frag_destroy(struct inet_frag_queue *q, struct inet_frags *f)
 EXPORT_SYMBOL(inet_frag_destroy);
 
 static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf,
-               struct inet_frag_queue *qp_in, struct inet_frags *f,
-               void *arg)
+                                               struct inet_frag_queue *qp_in,
+                                               struct inet_frags *f,
+                                               void *arg)
 {
        struct inet_frag_bucket *hb = get_frag_bucket_locked(qp_in, f);
        struct inet_frag_queue *qp;
@@ -368,7 +369,8 @@ static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf,
 }
 
 static struct inet_frag_queue *inet_frag_alloc(struct netns_frags *nf,
-               struct inet_frags *f, void *arg)
+                                              struct inet_frags *f,
+                                              void *arg)
 {
        struct inet_frag_queue *q;
 
@@ -393,7 +395,8 @@ static struct inet_frag_queue *inet_frag_alloc(struct netns_frags *nf,
 }
 
 static struct inet_frag_queue *inet_frag_create(struct netns_frags *nf,
-               struct inet_frags *f, void *arg)
+                                               struct inet_frags *f,
+                                               void *arg)
 {
        struct inet_frag_queue *q;
 
@@ -405,7 +408,8 @@ static struct inet_frag_queue *inet_frag_create(struct netns_frags *nf,
 }
 
 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf,
-               struct inet_frags *f, void *key, unsigned int hash)
+                                      struct inet_frags *f, void *key,
+                                      unsigned int hash)
 {
        struct inet_frag_bucket *hb;
        struct inet_frag_queue *q;