mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
rxrpc: Whitespace cleanup
Remove some whitespace. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
2591c280c3
commit
71a17de307
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user