aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-02-13 19:30:49 -0500
committerRoland Dreier <rolandd@cisco.com>2006-03-20 13:08:13 -0500
commita74cd4af0bfa9578594acbb711a958104c93b772 (patch)
tree070e951014aa396b472d3b17df81e6665bd5a4c5 /include/rdma
parentd844183d9c7b103da1d7a1c753a1c171e9ce26b3 (diff)
IB: Whitespace cleanups
Remove trailing whitespace and fix indentation that with spaces instead of tabs. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_user_verbs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rdma/ib_user_verbs.h b/include/rdma/ib_user_verbs.h
index 6ad1207e4235..fb94c08169ce 100644
--- a/include/rdma/ib_user_verbs.h
+++ b/include/rdma/ib_user_verbs.h
@@ -426,7 +426,7 @@ struct ib_uverbs_sge {
426}; 426};
427 427
428struct ib_uverbs_send_wr { 428struct ib_uverbs_send_wr {
429 __u64 wr_id; 429 __u64 wr_id;
430 __u32 num_sge; 430 __u32 num_sge;
431 __u32 opcode; 431 __u32 opcode;
432 __u32 send_flags; 432 __u32 send_flags;
@@ -500,7 +500,7 @@ struct ib_uverbs_post_srq_recv_resp {
500 500
501struct ib_uverbs_global_route { 501struct ib_uverbs_global_route {
502 __u8 dgid[16]; 502 __u8 dgid[16];
503 __u32 flow_label; 503 __u32 flow_label;
504 __u8 sgid_index; 504 __u8 sgid_index;
505 __u8 hop_limit; 505 __u8 hop_limit;
506 __u8 traffic_class; 506 __u8 traffic_class;