diff options
| author | riastradh <riastradh@NetBSD.org> | 2020-08-01 02:15:49 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2020-08-01 02:15:49 +0000 |
| commit | 4288baa155a00f145b81b68fc0fb07ae613b2b3f (patch) | |
| tree | 694e85d1873ae18b6f3539b8fc8233cd91dff703 /sys/dev | |
| parent | 6d5c64173c41e0c080f6b28f8ca2efbbde4eac86 (diff) | |
Fix whitespace.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cgd.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/cgd.c b/sys/dev/cgd.c index b187af64482..565e2bf92fa 100644 --- a/sys/dev/cgd.c +++ b/sys/dev/cgd.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgd.c,v 1.138 2020/08/01 02:15:17 riastradh Exp $ */ +/* $NetBSD: cgd.c,v 1.139 2020/08/01 02:15:49 riastradh Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.138 2020/08/01 02:15:17 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.139 2020/08/01 02:15:49 riastradh Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -684,9 +684,8 @@ cgd_create_worker(void) cw->cw_wq = wq; pool_init(cw->cw_cpool, sizeof(struct cgd_xfer), 0, 0, 0, "cgdcpl", NULL, IPL_BIO); - mutex_init(&cw->cw_lock, MUTEX_DEFAULT, IPL_BIO); - + return cw; } |
