Author: pjd
Date: Sat Mar 16 22:37:30 2013
New Revision: 248387
URL: http://svnweb.freebsd.org/changeset/base/248387

Log:
  Style: Whitespace fixes.

Modified:
  head/sys/kern/vfs_syscalls.c

Modified: head/sys/kern/vfs_syscalls.c
==============================================================================
--- head/sys/kern/vfs_syscalls.c        Sat Mar 16 22:36:24 2013        
(r248386)
+++ head/sys/kern/vfs_syscalls.c        Sat Mar 16 22:37:30 2013        
(r248387)
@@ -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, in
                                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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to