aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-09-07 14:43:39 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-07 14:43:39 +0100
commit71a17de30733822b1ca6fbb3792581f5e7ee13de (patch)
tree0c6cbff0af964cc941b065a2e093f839fe71e742 /net/rxrpc/ar-internal.h
parentqed: Remove OOM messages (diff)
downloadlinux-dev-71a17de30733822b1ca6fbb3792581f5e7ee13de.tar.xz
linux-dev-71a17de30733822b1ca6fbb3792581f5e7ee13de.zip
rxrpc: Whitespace cleanup
Remove some whitespace. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r--net/rxrpc/ar-internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index bb342f5fe7e4..ad702f9f8d1f 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -720,7 +720,6 @@ static inline void rxrpc_put_connection(struct rxrpc_connection *conn)
}
}
-
static inline bool rxrpc_queue_conn(struct rxrpc_connection *conn)
{
if (!rxrpc_get_connection_maybe(conn))
@@ -879,7 +878,7 @@ int __init rxrpc_init_security(void);
void rxrpc_exit_security(void);
int rxrpc_init_client_conn_security(struct rxrpc_connection *);
int rxrpc_init_server_conn_security(struct rxrpc_connection *);
-
+
/*
* sendmsg.c
*/