summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2fs.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-19 16:55:32 +0000
committerjhb <jhb@FreeBSD.org>2011-01-19 16:55:32 +0000
commita7310f271d99214ed08e3b1b382ffcd076a9d2b5 (patch)
treee367c6b96478ca54eb5bd45834ad9745a81db56c /sys/fs/ext2fs/ext2fs.h
parent60f173b51b1d3356e42cd600a6cb862e8f2fc308 (diff)
downloadFreeBSD-src-a7310f271d99214ed08e3b1b382ffcd076a9d2b5.zip
FreeBSD-src-a7310f271d99214ed08e3b1b382ffcd076a9d2b5.tar.gz
Whitespace and style fixes.
Diffstat (limited to 'sys/fs/ext2fs/ext2fs.h')
-rwxr-xr-xsys/fs/ext2fs/ext2fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/ext2fs/ext2fs.h b/sys/fs/ext2fs/ext2fs.h
index 2efc57f..8bfd29e 100755
--- a/sys/fs/ext2fs/ext2fs.h
+++ b/sys/fs/ext2fs/ext2fs.h
@@ -153,8 +153,8 @@ struct m_ext2fs {
uint32_t e2fs_bshift; /* calc of logical block no */
int32_t e2fs_bmask; /* calc of block offset */
int32_t e2fs_bpg; /* Number of blocks per group */
- int64_t e2fs_qbmask; /* = s_blocksize -1 */
- uint32_t e2fs_fsbtodb; /* Shift to get disk block */
+ int64_t e2fs_qbmask; /* = s_blocksize -1 */
+ uint32_t e2fs_fsbtodb; /* Shift to get disk block */
uint32_t e2fs_ipg; /* Number of inodes per group */
uint32_t e2fs_ipb; /* Number of inodes per block */
uint32_t e2fs_itpg; /* Number of inode table per group */
@@ -326,4 +326,4 @@ struct ext2_gd {
#endif
-#endif /* _LINUX_EXT2_FS_H */
+#endif /* !_FS_EXT2FS_EXT2FS_H */
OpenPOWER on IntegriCloud