Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/ffs One semicolon is enough.



details:   https://anonhg.NetBSD.org/src/rev/9b396ae2ef28
branches:  trunk
changeset: 333230:9b396ae2ef28
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Oct 24 13:18:51 2014 +0000

description:
One semicolon is enough.

diffstat:

 sys/ufs/ffs/ffs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1ecec9b813ba -r 9b396ae2ef28 sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c  Fri Oct 24 10:59:45 2014 +0000
+++ b/sys/ufs/ffs/ffs_vfsops.c  Fri Oct 24 13:18:51 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_vfsops.c,v 1.299 2014/05/24 16:34:04 christos Exp $        */
+/*     $NetBSD: ffs_vfsops.c,v 1.300 2014/10/24 13:18:51 njoly Exp $   */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.299 2014/05/24 16:34:04 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.300 2014/10/24 13:18:51 njoly Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
@@ -180,7 +180,7 @@
     void *arg0, void *arg1, void *arg2, void *arg3)
 {
        vnode_t *vp = arg2;
-       int result = KAUTH_RESULT_DEFER;;
+       int result = KAUTH_RESULT_DEFER;
 
        if (action != KAUTH_SYSTEM_FS_SNAPSHOT)
                return result;



Home | Main Index | Thread Index | Old Index