From fa56eddbd1ff1e007cfe588ddc97787d81a4fc3d Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Mon, 22 Nov 2010 20:58:05 +1100 Subject: Improve mddev_ident type definitions. Remove the _t typedef and remove the _s suffix from the struct name. These things do not help readability. Signed-off-by: NeilBrown --- mdassemble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdassemble.c') diff --git a/mdassemble.c b/mdassemble.c index d0d0707e..28f431b4 100644 --- a/mdassemble.c +++ b/mdassemble.c @@ -88,7 +88,7 @@ int verbose = 0; int force = 0; int main(int argc, char *argv[]) { - mddev_ident_t array_list = conf_get_ident(NULL); + struct mddev_ident *array_list = conf_get_ident(NULL); if (!array_list) { fprintf(stderr, Name ": No arrays found in config file\n"); rv = 1; -- cgit v1.2.3