diff options
author | glebius <glebius@FreeBSD.org> | 2014-02-17 12:02:44 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2014-02-17 12:02:44 +0000 |
commit | 23243e6842503f04a17df214670044760c0fbc90 (patch) | |
tree | 770ded5a5592ec4f5053d015a2a2a01b4a593bdf /sys/net | |
parent | e48d1742c5ab12305f1f0a5607992883ff08bd6d (diff) | |
download | FreeBSD-src-23243e6842503f04a17df214670044760c0fbc90.zip FreeBSD-src-23243e6842503f04a17df214670044760c0fbc90.tar.gz |
Whitespace.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/flowtable.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c index 4b70cca..2d2e110 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -412,7 +412,7 @@ static bitstr_t * flowtable_mask(struct flowtable *ft) { - /* + /* * flowtable_free_stale() calls w/o critical section, but * with sched_bind(). Since pointer is stable throughout * ft lifetime, it is safe, otherwise... @@ -496,10 +496,10 @@ flowtable_insert(struct flowtable *ft, uint32_t hash, uint32_t *key, int keylen, uint32_t fibnum0) { #ifdef INET6 - struct route_in6 sro6; + struct route_in6 sro6; #endif #ifdef INET - struct route sro; + struct route sro; #endif struct route *ro = NULL; struct rtentry *rt; @@ -735,7 +735,7 @@ flowtable_lookup_common(struct flowtable *ft, uint32_t *key, int keylen, /* * used by the bit_alloc macro */ -#define calloc(count, size) malloc((count)*(size), M_FTABLE, M_WAITOK | M_ZERO) +#define calloc(count, size) malloc((count)*(size), M_FTABLE, M_WAITOK | M_ZERO) static void flowtable_alloc(struct flowtable *ft) { |