summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-26 20:12:00 +0000
committerphk <phk@FreeBSD.org>2004-10-26 20:12:00 +0000
commit7cd4756a3b577d2c5a86f9a5d1a296a1c03eb2a8 (patch)
tree96bc6ae1f951fcd7f18a882d7abdf14cd0bb0440 /sys/ufs
parent77a9300f94bce57b2eb0ad22510df5e935e3e97f (diff)
downloadFreeBSD-src-7cd4756a3b577d2c5a86f9a5d1a296a1c03eb2a8.zip
FreeBSD-src-7cd4756a3b577d2c5a86f9a5d1a296a1c03eb2a8.tar.gz
Vertically align comment.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufsmount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h
index 6d5352c..f8f8db0 100644
--- a/sys/ufs/ufs/ufsmount.h
+++ b/sys/ufs/ufs/ufsmount.h
@@ -59,7 +59,7 @@ struct ufs_extattr_per_mount;
/* This structure describes the UFS specific mount structure data. */
struct ufsmount {
struct mount *um_mountp; /* filesystem vfs structure */
- struct cdev *um_dev; /* device mounted */
+ struct cdev *um_dev; /* device mounted */
struct vnode *um_devvp; /* block device mounted vnode */
u_long um_fstype; /* type of filesystem */
struct fs *um_fs; /* pointer to superblock */
OpenPOWER on IntegriCloud