Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Indentation and wrap the resulting long line
details: https://anonhg.NetBSD.org/src/rev/4947b19552cc
branches: trunk
changeset: 453515:4947b19552cc
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Aug 15 09:03:09 2019 +0000
description:
Indentation and wrap the resulting long line
diffstat:
sys/kern/subr_extent.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r d70dc0a9ddb8 -r 4947b19552cc sys/kern/subr_extent.c
--- a/sys/kern/subr_extent.c Thu Aug 15 09:00:23 2019 +0000
+++ b/sys/kern/subr_extent.c Thu Aug 15 09:03:09 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_extent.c,v 1.87 2017/12/31 09:25:19 skrll Exp $ */
+/* $NetBSD: subr_extent.c,v 1.88 2019/08/15 09:03:09 skrll Exp $ */
/*-
* Copyright (c) 1996, 1998, 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.87 2017/12/31 09:25:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_extent.c,v 1.88 2019/08/15 09:03:09 skrll Exp $");
#ifdef _KERNEL
#ifdef _KERNEL_OPT
@@ -638,8 +638,8 @@
panic("extent_alloc_subregion: NULL result pointer");
if ((substart < ex->ex_start) || (substart > ex->ex_end) ||
(subend > ex->ex_end) || (subend < ex->ex_start)) {
- printf("extent_alloc_subregion: extent `%s', ex_start 0x%lx, ex_end 0x%lx\n",
- ex->ex_name, ex->ex_start, ex->ex_end);
+ printf("extent_alloc_subregion: extent `%s', ex_start 0x%lx, "
+ "ex_end 0x%lx\n", ex->ex_name, ex->ex_start, ex->ex_end);
printf("extent_alloc_subregion: substart 0x%lx, subend 0x%lx\n",
substart, subend);
panic("extent_alloc_subregion: bad subregion");
Home |
Main Index |
Thread Index |
Old Index