aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/send.c
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2010-01-12 10:53:05 -0800
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:11:44 -0700
commit6200ed7799d9225f363f157ab61f1566cfd80e19 (patch)
tree2c623f0c0c28bdb3b67a911b60b07a9a7566b9f0 /net/rds/send.c
parentRDS: Do not mask address when pinning pages (diff)
downloadlinux-dev-6200ed7799d9225f363f157ab61f1566cfd80e19.tar.xz
linux-dev-6200ed7799d9225f363f157ab61f1566cfd80e19.zip
RDS: Whitespace
Tidy up some whitespace issues. Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/send.c')
-rw-r--r--net/rds/send.c2
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;