git: sys/gnu/vfs/ext2fs: Fix coding style
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri May 29 17:27:30 PDT 2015
commit 2c603bc944583d5465833367ec7b3427e0fefec4
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Fri May 29 20:17:39 2015 +0900
sys/gnu/vfs/ext2fs: Fix coding style
- Fix coding style that we rarely see in dfly kernel as well as
ansi c code in general.
- It's visually confusing as it resembles multiplication of variables.
- (Note that dfly's ext2 seems to be broken currently)
Summary of changes:
sys/gnu/vfs/ext2fs/ext2_extern.h | 16 +++++------
sys/gnu/vfs/ext2fs/ext2_fs_sb.h | 10 +++----
sys/gnu/vfs/ext2fs/ext2_linux_balloc.c | 52 +++++++++++++++++-----------------
sys/gnu/vfs/ext2fs/ext2_linux_ialloc.c | 44 ++++++++++++++--------------
sys/gnu/vfs/ext2fs/ext2_lookup.c | 2 +-
sys/gnu/vfs/ext2fs/ext2_vfsops.c | 12 ++++----
sys/gnu/vfs/ext2fs/i386-bitops.h | 2 +-
7 files changed, 69 insertions(+), 69 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c603bc944583d5465833367ec7b3427e0fefec4
--
DragonFly BSD source repository
More information about the Commits
mailing list