Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-localcount]: src/sys/kern Style: indent label 'out:' one space ...
details: https://anonhg.NetBSD.org/src/rev/61774d490353
branches: pgoyette-localcount
changeset: 852843:61774d490353
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Jul 22 11:59:51 2016 +0000
description:
Style: indent label 'out:' one space from the margin.
diffstat:
sys/kern/subr_devsw.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r d600fcf458ea -r 61774d490353 sys/kern/subr_devsw.c
--- a/sys/kern/subr_devsw.c Fri Jul 22 06:32:54 2016 +0000
+++ b/sys/kern/subr_devsw.c Fri Jul 22 11:59:51 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_devsw.c,v 1.34.2.9 2016/07/21 06:22:31 pgoyette Exp $ */
+/* $NetBSD: subr_devsw.c,v 1.34.2.10 2016/07/22 11:59:51 pgoyette Exp $ */
/*-
* Copyright (c) 2001, 2002, 2007, 2008 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_devsw.c,v 1.34.2.9 2016/07/21 06:22:31 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_devsw.c,v 1.34.2.10 2016/07/22 11:59:51 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_dtrace.h"
@@ -481,7 +481,7 @@
if (bdevsw[bmajor]->d_localcount != NULL)
localcount_acquire(bdevsw[bmajor]->d_localcount);
-out: pserialize_read_exit(s);
+ out: pserialize_read_exit(s);
return bdev;
}
@@ -542,7 +542,7 @@
if (cdevsw[cmajor]->d_localcount != NULL)
localcount_acquire(cdevsw[cmajor]->d_localcount);
-out: pserialize_read_exit(s);
+ out: pserialize_read_exit(s);
return cdev;
}
Home |
Main Index |
Thread Index |
Old Index