summaryrefslogtreecommitdiffstats
path: root/tools/polldaemon.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-01-30 14:00:02 +0000
committerAlasdair Kergon <agk@redhat.com>2008-01-30 14:00:02 +0000
commit67cdbd7e4dc4fcd08c54de6e2c943d059df14147 (patch)
tree2dde8ace94d9730fe88be445487f2a6efb6f0786 /tools/polldaemon.c
parentc51b9fff19d4891addf22f35950eeae48be9cac8 (diff)
downloadlvm2-67cdbd7e4dc4fcd08c54de6e2c943d059df14147.tar.gz
lvm2-67cdbd7e4dc4fcd08c54de6e2c943d059df14147.tar.xz
lvm2-67cdbd7e4dc4fcd08c54de6e2c943d059df14147.zip
Some whitespace tidy-ups.
Diffstat (limited to 'tools/polldaemon.c')
-rw-r--r--tools/polldaemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/polldaemon.c b/tools/polldaemon.c
index aa5d8838..7635088a 100644
--- a/tools/polldaemon.c
+++ b/tools/polldaemon.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
*
* This file is part of LVM2.
@@ -202,7 +202,7 @@ static int _poll_vg(struct cmd_context *cmd, const char *vgname,
continue;
if (!(name = parms->poll_fns->get_copy_name_from_lv(lv_mirr)))
continue;
- /* FIXME Need to do the activation from _set_up_pvmove here
+ /* FIXME Need to do the activation from _set_up_pvmove here
* if it's not running and we're not aborting */
if (_check_mirror_status(cmd, vg, lv_mirr, name,
parms, &finished) && !finished)