summaryrefslogtreecommitdiffstats
path: root/md_p.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 /md_p.h
parent08e43379e5e01c8386e7f68f760e11cbe1e42210 (diff)
downloadmdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.tar.gz
mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.tar.xz
mdadm-aba69144fd44fc261c943b0cec540751cfcd29bd.zip
Remove spaces/tabs from ends of lines.
Diffstat (limited to 'md_p.h')
-rw-r--r--md_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/md_p.h b/md_p.h
index ed2e5fd..a9f0204 100644
--- a/md_p.h
+++ b/md_p.h
@@ -1,15 +1,15 @@
/*
md_p.h : physical layout of Linux RAID devices
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
You should have received a copy of the GNU General Public License
(for example /usr/src/linux/COPYING); if not, write to the Free
- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _MD_P_H
@@ -80,7 +80,7 @@
#define MD_DISK_REMOVED 3 /* disk is in sync with the raid set */
#define MD_DISK_WRITEMOSTLY 9 /* disk is "write-mostly" is RAID1 config.
- * read requests will only be sent here in
+ * read requests will only be sent here in
* dire need
*/
@@ -190,5 +190,5 @@ static inline __u64 md_event(mdp_super_t *sb) {
return (ev<<32)| sb->events_lo;
}
-#endif
+#endif