summaryrefslogtreecommitdiff
path: root/kern/rcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rcu.h')
-rw-r--r--kern/rcu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/rcu.h b/kern/rcu.h
index 48079d0c..3820e85a 100644
--- a/kern/rcu.h
+++ b/kern/rcu.h
@@ -43,8 +43,8 @@
* [1] https://www.kernel.org/doc/Documentation/RCU/Design/Requirements/Requirements.html.
*/
-#ifndef _KERN_RCU_H
-#define _KERN_RCU_H
+#ifndef KERN_RCU_H
+#define KERN_RCU_H
#include <kern/atomic.h>
#include <kern/init.h>
@@ -142,4 +142,4 @@ void rcu_wait(void);
*/
INIT_OP_DECLARE(rcu_bootstrap);
-#endif /* _KERN_RCU_H */
+#endif /* KERN_RCU_H */