summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 12:38:05 +0000
committerbde <bde@FreeBSD.org>2002-03-23 12:38:05 +0000
commit9f1452c6298472b1608e9aafe804c07684bacf6e (patch)
tree38501966b4bea7a7249f6bae98b13b2738ec0186 /sys/fs
parent4033e72cfb2cb652fe04c1cc726b166b268a6132 (diff)
downloadFreeBSD-src-9f1452c6298472b1608e9aafe804c07684bacf6e.zip
FreeBSD-src-9f1452c6298472b1608e9aafe804c07684bacf6e.tar.gz
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/msdosfs/msdosfs_fat.c20
-rw-r--r--sys/fs/msdosfs/msdosfs_vfsops.c8
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c
index a71ec73..e4c0bb8 100644
--- a/sys/fs/msdosfs/msdosfs_fat.c
+++ b/sys/fs/msdosfs/msdosfs_fat.c
@@ -81,18 +81,18 @@ static int fc_lmdistance[LMMAX];/* counters for how far off the last
static int fc_largedistance; /* off by more than LMMAX */
static int chainalloc(struct msdosfsmount *pmp, u_long start,
- u_long count, u_long fillwith,
- u_long *retcluster, u_long *got);
+ u_long count, u_long fillwith, u_long *retcluster,
+ u_long *got);
static int chainlength(struct msdosfsmount *pmp, u_long start,
- u_long count);
-static void fatblock(struct msdosfsmount *pmp, u_long ofs,
- u_long *bnp, u_long *sizep, u_long *bop);
-static int fatchain(struct msdosfsmount *pmp, u_long start,
- u_long count, u_long fillwith);
-static void fc_lookup(struct denode *dep, u_long findcn,
- u_long *frcnp, u_long *fsrcnp);
+ u_long count);
+static void fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp,
+ u_long *sizep, u_long *bop);
+static int fatchain(struct msdosfsmount *pmp, u_long start, u_long count,
+ u_long fillwith);
+static void fc_lookup(struct denode *dep, u_long findcn, u_long *frcnp,
+ u_long *fsrcnp);
static void updatefats(struct msdosfsmount *pmp, struct buf *bp,
- u_long fatbn);
+ u_long fatbn);
static __inline void
usemap_alloc(struct msdosfsmount *pmp, u_long cn);
static __inline void
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c
index 88cc67c..ff4c418 100644
--- a/sys/fs/msdosfs/msdosfs_vfsops.c
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c
@@ -88,15 +88,15 @@ static MALLOC_DEFINE(M_MSDOSFSFAT, "MSDOSFS FAT", "MSDOSFS file allocation table
static int update_mp(struct mount *mp, struct msdosfs_args *argp);
static int mountmsdosfs(struct vnode *devvp, struct mount *mp,
- struct thread *td, struct msdosfs_args *argp);
+ struct thread *td, struct msdosfs_args *argp);
static int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
static int msdosfs_mount(struct mount *, char *, caddr_t,
- struct nameidata *, struct thread *);
+ struct nameidata *, struct thread *);
static int msdosfs_root(struct mount *, struct vnode **);
static int msdosfs_statfs(struct mount *, struct statfs *,
- struct thread *);
+ struct thread *);
static int msdosfs_sync(struct mount *, int, struct ucred *,
- struct thread *);
+ struct thread *);
static int msdosfs_unmount(struct mount *, int, struct thread *);
static int msdosfs_vptofh(struct vnode *, struct fid *);
OpenPOWER on IntegriCloud