Commit 1cb1d977 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

rds: remove trailing whitespace and blank lines

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bf9b5567
...@@ -24,4 +24,3 @@ config RDS_DEBUG ...@@ -24,4 +24,3 @@ config RDS_DEBUG
bool "RDS debugging messages" bool "RDS debugging messages"
depends on RDS depends on RDS
default n default n
...@@ -15,4 +15,3 @@ rds_tcp-y := tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \ ...@@ -15,4 +15,3 @@ rds_tcp-y := tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \
tcp_send.o tcp_stats.o tcp_send.o tcp_stats.o
ccflags-$(CONFIG_RDS_DEBUG) := -DRDS_DEBUG ccflags-$(CONFIG_RDS_DEBUG) := -DRDS_DEBUG
...@@ -568,4 +568,3 @@ int rds_ib_init(void) ...@@ -568,4 +568,3 @@ int rds_ib_init(void)
} }
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
...@@ -514,4 +514,3 @@ void rds_message_unmapped(struct rds_message *rm) ...@@ -514,4 +514,3 @@ void rds_message_unmapped(struct rds_message *rm)
wake_up_interruptible(&rm->m_flush_wait); wake_up_interruptible(&rm->m_flush_wait);
} }
EXPORT_SYMBOL_GPL(rds_message_unmapped); EXPORT_SYMBOL_GPL(rds_message_unmapped);
...@@ -281,4 +281,3 @@ module_exit(rds_rdma_exit); ...@@ -281,4 +281,3 @@ module_exit(rds_rdma_exit);
MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>"); MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>");
MODULE_DESCRIPTION("RDS: IB transport"); MODULE_DESCRIPTION("RDS: IB transport");
MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("Dual BSD/GPL");
...@@ -717,4 +717,3 @@ module_init(rds_tcp_init); ...@@ -717,4 +717,3 @@ module_init(rds_tcp_init);
MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>"); MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>");
MODULE_DESCRIPTION("RDS: TCP transport"); MODULE_DESCRIPTION("RDS: TCP transport");
MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("Dual BSD/GPL");
...@@ -159,4 +159,3 @@ unsigned int rds_trans_stats_info_copy(struct rds_info_iterator *iter, ...@@ -159,4 +159,3 @@ unsigned int rds_trans_stats_info_copy(struct rds_info_iterator *iter,
return total; return total;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment