diff options
| author | tkusumi <tkusumi@NetBSD.org> | 2019-12-06 16:46:14 +0000 |
|---|---|---|
| committer | tkusumi <tkusumi@NetBSD.org> | 2019-12-06 16:46:14 +0000 |
| commit | 8809ec4ef889a106b98f9e220a270c48ed0d3975 (patch) | |
| tree | c7bcab165f4821595b76ca3c0854d575ad0b9af4 /sys/dev/dm/dm_target_linear.c | |
| parent | 4285ff5b8ce7988d0a6a78156a671b1f2903a741 (diff) | |
dm: Remove trailing whitespace
Diffstat (limited to 'sys/dev/dm/dm_target_linear.c')
| -rw-r--r-- | sys/dev/dm/dm_target_linear.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/dm/dm_target_linear.c b/sys/dev/dm/dm_target_linear.c index 4744d78c9df..8c3cea44966 100644 --- a/sys/dev/dm/dm_target_linear.c +++ b/sys/dev/dm/dm_target_linear.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_target_linear.c,v 1.22 2019/12/05 16:59:43 tkusumi Exp $ */ +/* $NetBSD: dm_target_linear.c,v 1.23 2019/12/06 16:46:14 tkusumi Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.22 2019/12/05 16:59:43 tkusumi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.23 2019/12/06 16:46:14 tkusumi Exp $"); /* * This file implements initial version of device-mapper dklinear target. @@ -146,9 +146,9 @@ dm_target_linear_sync(dm_table_entry_t * table_en) tlc = table_en->target_config; cmd = 1; - + return VOP_IOCTL(tlc->pdev->pdev_vnode, DIOCCACHESYNC, &cmd, - FREAD|FWRITE, kauth_cred_get()); + FREAD|FWRITE, kauth_cred_get()); } /* |
