projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2591c28
)
rxrpc: Whitespace cleanup
author
David Howells
<dhowells@redhat.com>
Wed, 7 Sep 2016 13:43:39 +0000
(14:43 +0100)
committer
David Howells
<dhowells@redhat.com>
Wed, 7 Sep 2016 13:43:39 +0000
(14:43 +0100)
Remove some whitespace.
Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
patch
|
blob
|
history
diff --git
a/net/rxrpc/ar-internal.h
b/net/rxrpc/ar-internal.h
index bb342f5fe7e409abdab492cfd103d30c062e6d8d..ad702f9f8d1f7c6657939a48a06e56f2c34b75ec 100644
(file)
--- 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
*/