summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_fat.c
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/msdosfs/msdosfs_fat.c
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/msdosfs/msdosfs_fat.c')
-rw-r--r--sys/fs/msdosfs/msdosfs_fat.c20
1 files changed, 10 insertions, 10 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
OpenPOWER on IntegriCloud