diff options
author | Joshua Houghton <josh@awful.name> | 2016-06-18 17:46:31 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-19 06:34:09 +0200 |
commit | 5c3da57d70f1ef1d9b60900b84a74d77a9cf0774 (patch) | |
tree | 21dc769db725780191eca09406969756d5ab84e9 /net/rds/tcp.h | |
parent | AX.25: Close socket connection on session completion (diff) | |
download | linux-5c3da57d70f1ef1d9b60900b84a74d77a9cf0774.tar.xz linux-5c3da57d70f1ef1d9b60900b84a74d77a9cf0774.zip |
net: rds: fix coding style issues
Fix coding style issues in the following files:
ib_cm.c: add space
loop.c: convert spaces to tabs
sysctl.c: add space
tcp.h: convert spaces to tabs
tcp_connect.c:remove extra indentation in switch statement
tcp_recv.c: convert spaces to tabs
tcp_send.c: convert spaces to tabs
transport.c: move brace up one line on for statement
Signed-off-by: Joshua Houghton <josh@awful.name>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/tcp.h')
-rw-r--r-- | net/rds/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/tcp.h b/net/rds/tcp.h index ec0602b0dc24..7940babf6c71 100644 --- a/net/rds/tcp.h +++ b/net/rds/tcp.h @@ -83,7 +83,7 @@ int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iov_iter *to); void rds_tcp_xmit_prepare(struct rds_connection *conn); void rds_tcp_xmit_complete(struct rds_connection *conn); int rds_tcp_xmit(struct rds_connection *conn, struct rds_message *rm, - unsigned int hdr_off, unsigned int sg, unsigned int off); + unsigned int hdr_off, unsigned int sg, unsigned int off); void rds_tcp_write_space(struct sock *sk); /* tcp_stats.c */ |