aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-02-10 19:51:15 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-02-10 19:51:15 +0000
commitf947570e3532e0545146fa8abd7d4366151eb282 (patch)
tree2e3324d30fceddbad273d95497e3af5a347a8872
parent48343a2f34e3c93f72471154bec4681c08066816 (diff)
downloadsrc-f947570e3532e0545146fa8abd7d4366151eb282.tar.gz
src-f947570e3532e0545146fa8abd7d4366151eb282.zip
Style.
Notes
Notes: svn path=/head/; revision=261724
-rw-r--r--sys/vm/uma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index b4fb4e8979ef..2de9a47851ea 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -33,8 +33,8 @@
*
*/
-#ifndef VM_UMA_H
-#define VM_UMA_H
+#ifndef _VM_UMA_H_
+#define _VM_UMA_H_
#include <sys/param.h> /* For NULL */
#include <sys/malloc.h> /* For M_* */
@@ -683,4 +683,4 @@ struct uma_percpu_stat {
uint64_t _ups_reserved[5]; /* Reserved. */
};
-#endif
+#endif /* _VM_UMA_H_ */