diff mbox

[rdma-next] IB/rxe: Trivial rename of include guard

Message ID 1468739198-14129-1-git-send-email-monis@mellanox.com (mailing list archive)
State Accepted
Headers show

Commit Message

Moni Shoua July 17, 2016, 7:06 a.m. UTC
Give include guard a name that matches file name.

Reported-by: Parav Pandit <pandit.parav@gmail.com>
Signed-off-by: Moni Shoua <monis@mellanox.com>
---
 include/uapi/rdma/rdma_user_rxe.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Doug Ledford July 18, 2016, 6:10 p.m. UTC | #1
On 7/17/2016 3:06 AM, Moni Shoua wrote:
> Give include guard a name that matches file name.
> 
> Reported-by: Parav Pandit <pandit.parav@gmail.com>
> Signed-off-by: Moni Shoua <monis@mellanox.com>
> ---
>  include/uapi/rdma/rdma_user_rxe.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, applied.
diff mbox

Patch

diff --git a/include/uapi/rdma/rdma_user_rxe.h b/include/uapi/rdma/rdma_user_rxe.h
index 19f9615..1de99cf 100644
--- a/include/uapi/rdma/rdma_user_rxe.h
+++ b/include/uapi/rdma/rdma_user_rxe.h
@@ -30,8 +30,8 @@ 
  * SOFTWARE.
  */
 
-#ifndef IB_RXE_H
-#define IB_RXE_H
+#ifndef RDMA_USER_RXE_H
+#define RDMA_USER_RXE_H
 
 #include <linux/types.h>
 
@@ -141,4 +141,4 @@  struct rxe_recv_wqe {
 	struct rxe_dma_info	dma;
 };
 
-#endif /* IB_RXE_H */
+#endif /* RDMA_USER_RXE_H */