Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

rds: remove trailing whitespace and blank lines

parent bf9b5567
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,4 +24,3 @@ config RDS_DEBUG
        bool "RDS debugging messages"
	depends on RDS
        default n
+0 −1
Original line number Diff line number Diff line
@@ -15,4 +15,3 @@ rds_tcp-y := tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \
			tcp_send.o tcp_stats.o

ccflags-$(CONFIG_RDS_DEBUG)	:=	-DRDS_DEBUG
+0 −1
Original line number Diff line number Diff line
@@ -568,4 +568,3 @@ int rds_ib_init(void)
}

MODULE_LICENSE("GPL");
+0 −1
Original line number Diff line number Diff line
@@ -514,4 +514,3 @@ void rds_message_unmapped(struct rds_message *rm)
	wake_up_interruptible(&rm->m_flush_wait);
}
EXPORT_SYMBOL_GPL(rds_message_unmapped);
+0 −1
Original line number Diff line number Diff line
@@ -281,4 +281,3 @@ module_exit(rds_rdma_exit);
MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>");
MODULE_DESCRIPTION("RDS: IB transport");
MODULE_LICENSE("Dual BSD/GPL");
Loading