Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f926e236 authored by Nikolay Aleksandrov's avatar Nikolay Aleksandrov Committed by David S. Miller
Browse files

inet: frags: fix function declaration alignments in inet_fragment



Fix a couple of functions' declaration alignments.

Signed-off-by: default avatarNikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1ab1934e
Loading
Loading
Loading
Loading
+9 −5
Original line number Original line Diff line number Diff line
@@ -334,7 +334,8 @@ void inet_frag_destroy(struct inet_frag_queue *q, struct inet_frags *f)
EXPORT_SYMBOL(inet_frag_destroy);
EXPORT_SYMBOL(inet_frag_destroy);


static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf,
static struct inet_frag_queue *inet_frag_intern(struct netns_frags *nf,
		struct inet_frag_queue *qp_in, struct inet_frags *f,
						struct inet_frag_queue *qp_in,
						struct inet_frags *f,
						void *arg)
						void *arg)
{
{
	struct inet_frag_bucket *hb = get_frag_bucket_locked(qp_in, f);
	struct inet_frag_bucket *hb = get_frag_bucket_locked(qp_in, f);
@@ -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,
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;
	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,
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;
	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_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_bucket *hb;
	struct inet_frag_queue *q;
	struct inet_frag_queue *q;