diff options
author | Dotan Barak <dotanba@gmail.com> | 2008-07-15 02:48:44 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-07-15 02:48:44 -0400 |
commit | 4deccd6d95f1f1536dad3c842e39c1ace577329d (patch) | |
tree | 1c1e8020f79b6fbbafd18f28da49573ad911bc87 /include/rdma/rdma_cm.h | |
parent | fd91b1bf1bb6fb443cb8c7600c7314f093b31f40 (diff) |
RDMA: Improve include file coding style
Remove subversion $Id lines and improve readability by fixing other
coding style problems pointed out by checkpatch.pl.
Signed-off-by: Dotan Barak <dotanba@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma/rdma_cm.h')
-rw-r--r-- | include/rdma/rdma_cm.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h index d8f9a95541c0..22bb2e7bab1a 100644 --- a/include/rdma/rdma_cm.h +++ b/include/rdma/rdma_cm.h | |||
@@ -61,11 +61,11 @@ enum rdma_cm_event_type { | |||
61 | }; | 61 | }; |
62 | 62 | ||
63 | enum rdma_port_space { | 63 | enum rdma_port_space { |
64 | RDMA_PS_SDP = 0x0001, | 64 | RDMA_PS_SDP = 0x0001, |
65 | RDMA_PS_IPOIB= 0x0002, | 65 | RDMA_PS_IPOIB = 0x0002, |
66 | RDMA_PS_TCP = 0x0106, | 66 | RDMA_PS_TCP = 0x0106, |
67 | RDMA_PS_UDP = 0x0111, | 67 | RDMA_PS_UDP = 0x0111, |
68 | RDMA_PS_SCTP = 0x0183 | 68 | RDMA_PS_SCTP = 0x0183 |
69 | }; | 69 | }; |
70 | 70 | ||
71 | struct rdma_addr { | 71 | struct rdma_addr { |