aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2019-10-20 10:15:55 +0300
committerJason Gunthorpe <jgg@mellanox.com>2019-10-28 10:15:10 -0300
commita916051191a3080b3124e77199126a032c327303 (patch)
treeccb395e6ba863dbfa8514b32a97e1a94fce7708c /include/rdma
parentRDMA/cm: Delete unused cm_is_active_peer function (diff)
downloadlinux-dev-a916051191a3080b3124e77199126a032c327303.tar.xz
linux-dev-a916051191a3080b3124e77199126a032c327303.zip
RDMA/cm: Use specific keyword to check define
There is a specific define keyword to check if define exists or not, let's use it instead of open-coded variant. Link: https://lore.kernel.org/r/20191020071559.9743-3-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_cm.h b/include/rdma/ib_cm.h
index 49f4f75499b3..5dc4ec986527 100644
--- a/include/rdma/ib_cm.h
+++ b/include/rdma/ib_cm.h
@@ -32,7 +32,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#if !defined(IB_CM_H)
+#ifndef IB_CM_H
#define IB_CM_H
#include <rdma/ib_mad.h>