diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-12 19:53:05 +0100 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-09 03:11:44 +0200 |
commit | 6200ed7799d9225f363f157ab61f1566cfd80e19 (patch) | |
tree | 2c623f0c0c28bdb3b67a911b60b07a9a7566b9f0 /net/rds/send.c | |
parent | RDS: Do not mask address when pinning pages (diff) | |
download | linux-6200ed7799d9225f363f157ab61f1566cfd80e19.tar.xz linux-6200ed7799d9225f363f157ab61f1566cfd80e19.zip |
RDS: Whitespace
Tidy up some whitespace issues.
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | net/rds/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/send.c b/net/rds/send.c index f3f4e79274bf..5bc35d2f40ea 100644 --- a/net/rds/send.c +++ b/net/rds/send.c @@ -150,7 +150,7 @@ int rds_send_xmit(struct rds_connection *conn) */ if (conn->c_map_bytes) { ret = conn->c_trans->xmit_cong_map(conn, conn->c_lcong, - conn->c_map_offset); + conn->c_map_offset); if (ret <= 0) break; |