aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/rdma/ib_sa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rdma/ib_sa.h b/include/rdma/ib_sa.h
index 58bb5f716fe3..97715b0c20b6 100644
--- a/include/rdma/ib_sa.h
+++ b/include/rdma/ib_sa.h
@@ -83,8 +83,8 @@ enum {
83}; 83};
84 84
85enum ib_sa_selector { 85enum ib_sa_selector {
86 IB_SA_GTE = 0, 86 IB_SA_GT = 0,
87 IB_SA_LTE = 1, 87 IB_SA_LT = 1,
88 IB_SA_EQ = 2, 88 IB_SA_EQ = 2,
89 /* 89 /*
90 * The meaning of "best" depends on the attribute: for 90 * The meaning of "best" depends on the attribute: for