fixup comments - no functional change
This commit is contained in:
parent
7ab3a62a90
commit
d3a7c35f37
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: dm_target_zero.c,v 1.11 2010/05/18 15:10:38 haad Exp $ */
|
/* $NetBSD: dm_target_zero.c,v 1.12 2011/12/11 22:53:26 agc Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 The NetBSD Foundation, Inc.
|
* Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||||
@ -156,7 +156,7 @@ dm_target_zero_sync(dm_table_entry_t * table_en)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/* Doesn't not need to do anything here. */
|
/* Does not need to do anything here. */
|
||||||
int
|
int
|
||||||
dm_target_zero_destroy(dm_table_entry_t * table_en)
|
dm_target_zero_destroy(dm_table_entry_t * table_en)
|
||||||
{
|
{
|
||||||
@ -167,7 +167,7 @@ dm_target_zero_destroy(dm_table_entry_t * table_en)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/* Doesn't not need to do anything here. */
|
/* Does not need to do anything here. */
|
||||||
int
|
int
|
||||||
dm_target_zero_deps(dm_table_entry_t * table_en, prop_array_t prop_array)
|
dm_target_zero_deps(dm_table_entry_t * table_en, prop_array_t prop_array)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user