diff options
author | grog <grog@FreeBSD.org> | 1999-01-29 01:17:54 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 1999-01-29 01:17:54 +0000 |
commit | 3a3b9e8a275dbec133255c3cfc7a9e684618f84c (patch) | |
tree | ba3f8bd3a218927419dd74af79f9724fbc3c0c25 /sys/dev/vinum/vinumkw.h | |
parent | fa6b76178f48440f7607b8b51188948284118949 (diff) | |
download | FreeBSD-src-3a3b9e8a275dbec133255c3cfc7a9e684618f84c.zip FreeBSD-src-3a3b9e8a275dbec133255c3cfc7a9e684618f84c.tar.gz |
Change multiline comments to start with a lone /* and end with a */,
apparently in accordance with style(9).
Complained-about-by: bde
Diffstat (limited to 'sys/dev/vinum/vinumkw.h')
-rw-r--r-- | sys/dev/vinum/vinumkw.h | 12 |
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, |