From 0afefce7b7d6ac6f7f4489b6c0b9d06f8be2f5a6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 10 Nov 2021 21:54:37 +0100 Subject: sys: remove confusing comments that fake directives It's a somewhat common mistake to write comments instead of directives: #include #define FOO BAR because that's how it's done in C. In preparation for warning about such cases remove all existing comments that fake directives. --- sys/linux/dev_infiniband_rdma.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/dev_infiniband_rdma.txt') diff --git a/sys/linux/dev_infiniband_rdma.txt b/sys/linux/dev_infiniband_rdma.txt index 8375cb591..72178cbc7 100644 --- a/sys/linux/dev_infiniband_rdma.txt +++ b/sys/linux/dev_infiniband_rdma.txt @@ -31,7 +31,6 @@ type ah_handle int32 type mr_lkey int32 type qp_number int32 -# defines define IB_USER_VERBS_EX_CMD_QUERY_DEVICE 0x80000001 define IB_USER_VERBS_EX_CMD_CREATE_FLOW 0x80000032 define IB_USER_VERBS_EX_CMD_DESTROY_FLOW 0x80000033 -- cgit mrf-deployment