diff options
author | David Howells <dhowells@redhat.com> | 2016-03-04 15:56:19 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-03-04 15:56:19 +0000 |
commit | b4f1342f915201ee15ef6890857b5469879ee402 (patch) | |
tree | fe780ac48effa14cfe1c5dfdfc758da843f95212 /net/rxrpc/ar-security.c | |
parent | 351c1e648623b742fe1687636117306adc8b561c (diff) | |
download | linux-b4f1342f915201ee15ef6890857b5469879ee402.tar.gz linux-b4f1342f915201ee15ef6890857b5469879ee402.tar.bz2 linux-b4f1342f915201ee15ef6890857b5469879ee402.zip |
rxrpc: Adjust some whitespace and comments
Remove some excess whitespace, insert some missing spaces and adjust a
couple of comments.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-security.c')
-rw-r--r-- | net/rxrpc/ar-security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-security.c b/net/rxrpc/ar-security.c index e2f4c49a9246..ceff6394a65f 100644 --- a/net/rxrpc/ar-security.c +++ b/net/rxrpc/ar-security.c @@ -167,7 +167,7 @@ int rxrpc_init_server_conn_security(struct rxrpc_connection *conn) struct rxrpc_sock *rx; struct key *key; key_ref_t kref; - char kdesc[5+1+3+1]; + char kdesc[5 + 1 + 3 + 1]; _enter(""); |