net: rds: fix coding style issues
authorJoshua Houghton <josh@awful.name>
Sat, 18 Jun 2016 15:46:31 +0000 (15:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2016 04:34:09 +0000 (21:34 -0700)
commit5c3da57d70f1ef1d9b60900b84a74d77a9cf0774
tree21dc769db725780191eca09406969756d5ab84e9
parent4a7d99ea1b27734558feb6833f180cd38a159940
net: rds: fix coding style issues

Fix coding style issues in the following files:

ib_cm.c:      add space
loop.c:       convert spaces to tabs
sysctl.c:     add space
tcp.h:        convert spaces to tabs
tcp_connect.c:remove extra indentation in switch statement
tcp_recv.c:   convert spaces to tabs
tcp_send.c:   convert spaces to tabs
transport.c:  move brace up one line on for statement

Signed-off-by: Joshua Houghton <josh@awful.name>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_cm.c
net/rds/loop.c
net/rds/sysctl.c
net/rds/tcp.h
net/rds/tcp_connect.c
net/rds/tcp_recv.c
net/rds/tcp_send.c
net/rds/transport.c
This page took 0.034612 seconds and 5 git commands to generate.