diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 12:29:03 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 14:10:42 -0700 |
commit | 1cb1d977b41ad9fbcbd57ba24b203d6cb2f79952 (patch) | |
tree | f932ad1ec585adda9ce2b7d669868967aba266e5 /net/rds/transport.c | |
parent | bf9b5567da548ec56c263e210f958fa923a79503 (diff) |
rds: remove trailing whitespace and blank lines
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/transport.c')
-rw-r--r-- | net/rds/transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/transport.c b/net/rds/transport.c index c9788dbce441..46f709a4b577 100644 --- a/net/rds/transport.c +++ b/net/rds/transport.c @@ -159,4 +159,3 @@ unsigned int rds_trans_stats_info_copy(struct rds_info_iterator *iter, return total; } - |