summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-03-16 22:37:30 +0000
committerpjd <pjd@FreeBSD.org>2013-03-16 22:37:30 +0000
commita03e9d6f4ccb1f2a2645c9eb5d8c9106557a8bc1 (patch)
tree36074de2ddc0dbbdacb8731fce320a6633182d84 /sys/kern/vfs_syscalls.c
parent27049a86aeaef295edddbef380b1974edd35f006 (diff)
downloadFreeBSD-src-a03e9d6f4ccb1f2a2645c9eb5d8c9106557a8bc1.zip
FreeBSD-src-a03e9d6f4ccb1f2a2645c9eb5d8c9106557a8bc1.tar.gz
Style: Whitespace fixes.
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r--sys/kern/vfs_syscalls.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index f237386..401c21c 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -445,7 +445,7 @@ sys_getfsstat(td, uap)
/*
* If (bufsize > 0 && bufseg == UIO_SYSSPACE)
- * The caller is responsible for freeing memory which will be allocated
+ * The caller is responsible for freeing memory which will be allocated
* in '*buf'.
*/
int
@@ -2843,7 +2843,6 @@ sys_lchmod(td, uap)
uap->mode, AT_SYMLINK_NOFOLLOW));
}
-
int
kern_fchmodat(struct thread *td, int fd, char *path, enum uio_seg pathseg,
mode_t mode, int flag)
@@ -4679,7 +4678,7 @@ kern_posix_fadvise(struct thread *td, int fd, off_t offset, off_t len,
new = fa;
fp->f_advice = NULL;
} else if (offset <= fa->fa_start &&
- end >= fa->fa_start)
+ end >= fa->fa_start)
fa->fa_start = end + 1;
else if (offset <= fa->fa_end && end >= fa->fa_end)
fa->fa_end = offset - 1;
OpenPOWER on IntegriCloud