summaryrefslogtreecommitdiffstats
path: root/bitmap.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-12-14 20:13:43 +1100
committerNeil Brown <neilb@suse.de>2007-12-14 20:13:43 +1100
commitaba69144fd44fc261c943b0cec540751cfcd29bd (patch)
tree56aebc333f4ebf597efd556381470665ddc14c14 /bitmap.h
parent08e43379e5e01c8386e7f68f760e11cbe1e42210 (diff)
downloadmdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.tar.gz
mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.tar.xz
mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.zip
Remove spaces/tabs from ends of lines.
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitmap.h b/bitmap.h
index 055661d..c8725a3 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -162,7 +162,7 @@ typedef struct bitmap_super_s {
* (1) This event counter is updated before the eventcounter in the md superblock
* When a bitmap is loaded, it is only accepted if this event counter is equal
* to, or one greater than, the event counter in the superblock.
- * (2) This event counter is updated when the other one is *if*and*only*if* the
+ * (2) This event counter is updated when the other one is *if*and*only*if* the
* array is not degraded. As bits are not cleared when the array is degraded,
* this represents the last time that any bits were cleared.
* If a device is being added that has an event count with this value or
@@ -187,7 +187,7 @@ struct bitmap_page {
unsigned int hijacked;
/*
* count of dirty bits on the page
- */
+ */
int count;
};