From 700f61674206faebfb558227e0da2f6d18deee0c Mon Sep 17 00:00:00 2001 From: tkusumi Date: Wed, 4 Dec 2019 15:31:12 +0000 Subject: dm: style + whitespace + indentation fixes No functional changes. --- sys/dev/dm/dm_pdev.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/dm/dm_pdev.c') diff --git a/sys/dev/dm/dm_pdev.c b/sys/dev/dm/dm_pdev.c index c99c4a3109c..31d6410aa91 100644 --- a/sys/dev/dm/dm_pdev.c +++ b/sys/dev/dm/dm_pdev.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_pdev.c,v 1.13 2019/12/03 16:22:01 tkusumi Exp $ */ +/* $NetBSD: dm_pdev.c,v 1.14 2019/12/04 15:31:12 tkusumi Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: dm_pdev.c,v 1.13 2019/12/03 16:22:01 tkusumi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dm_pdev.c,v 1.14 2019/12/04 15:31:12 tkusumi Exp $"); #include #include @@ -192,7 +192,6 @@ dm_pdev_destroy(void) mutex_enter(&dm_pdev_mutex); while (!SLIST_EMPTY(&dm_pdev_list)) { /* List Deletion. */ - dm_pdev = SLIST_FIRST(&dm_pdev_list); SLIST_REMOVE_HEAD(&dm_pdev_list, next_pdev); -- cgit