summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumkw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vinum/vinumkw.h')
-rw-r--r--sys/dev/vinum/vinumkw.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h
index 25dbced..37da667 100644
--- a/sys/dev/vinum/vinumkw.h
+++ b/sys/dev/vinum/vinumkw.h
@@ -40,13 +40,17 @@
#include "opt_vinum.h"
#endif
-/* Command keywords that vinum knows. These include both user-level
- * and kernel-level stuff */
+/*
+ * Command keywords that vinum knows. These include both user-level
+ * and kernel-level stuff
+ */
-/* Our complete vocabulary. The names of the commands are
+/*
+ * Our complete vocabulary. The names of the commands are
* the same as the identifier without the kw_ at the beginning
* (i.e. kw_create defines the "create" keyword). Preprocessor
- * magic in parser.c does the rest. */
+ * magic in parser.c does the rest.
+ */
enum keyword {
kw_create,
kw_modify,
OpenPOWER on IntegriCloud