Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rds: remove trailing whitespace and blank lines

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stephen Hemminger and committed by
David S. Miller
1cb1d977 bf9b5567

-7
-1
net/rds/Kconfig
··· 24 24 bool "RDS debugging messages" 25 25 depends on RDS 26 26 default n 27 -
-1
net/rds/Makefile
··· 15 15 tcp_send.o tcp_stats.o 16 16 17 17 ccflags-$(CONFIG_RDS_DEBUG) := -DRDS_DEBUG 18 -
-1
net/rds/ib.c
··· 568 568 } 569 569 570 570 MODULE_LICENSE("GPL"); 571 -
-1
net/rds/message.c
··· 514 514 wake_up_interruptible(&rm->m_flush_wait); 515 515 } 516 516 EXPORT_SYMBOL_GPL(rds_message_unmapped); 517 -
-1
net/rds/rdma_transport.c
··· 281 281 MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>"); 282 282 MODULE_DESCRIPTION("RDS: IB transport"); 283 283 MODULE_LICENSE("Dual BSD/GPL"); 284 -
-1
net/rds/tcp.c
··· 717 717 MODULE_AUTHOR("Oracle Corporation <rds-devel@oss.oracle.com>"); 718 718 MODULE_DESCRIPTION("RDS: TCP transport"); 719 719 MODULE_LICENSE("Dual BSD/GPL"); 720 -
-1
net/rds/transport.c
··· 159 159 160 160 return total; 161 161 } 162 -