summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/uipc_debug.c')
-rw-r--r--sys/kern/uipc_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c
index 77f56df..c2a0937 100644
--- a/sys/kern/uipc_debug.c
+++ b/sys/kern/uipc_debug.c
@@ -225,11 +225,11 @@ db_print_indent(int indent)
}
static void
-db_print_domain(struct domain *d, const char *domainname, int indent)
+db_print_domain(struct domain *d, const char *domain_name, int indent)
{
db_print_indent(indent);
- db_printf("%s at %p\n", domainname, d);
+ db_printf("%s at %p\n", domain_name, d);
indent += 2;
OpenPOWER on IntegriCloud