[ovs-dev] [PATCH v4 08/14] pinctrl: Fix header guard.

Ben Pfaff blp at ovn.org
Fri Feb 19 08:34:18 UTC 2016


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 ovn/controller/pinctrl.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ovn/controller/pinctrl.h b/ovn/controller/pinctrl.h
index 65d5dfe..fd279ff 100644
--- a/ovn/controller/pinctrl.h
+++ b/ovn/controller/pinctrl.h
@@ -1,4 +1,3 @@
-
 /* Copyright (c) 2015 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,8 +13,8 @@
  * limitations under the License.
  */
 
-#ifndef DHCP_H
-#define DHCP_H 1
+#ifndef PINCTRL_H
+#define PINCTRL_H 1
 
 #include <stdint.h>
 
@@ -31,4 +30,4 @@ void pinctrl_run(struct controller_ctx *ctx,
 void pinctrl_wait(void);
 void pinctrl_destroy(void);
 
-#endif /* ovn/dhcp.h */
+#endif /* ovn/pinctrl.h */
-- 
2.1.3




More information about the dev mailing list