]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Remove lots of unnecessary white space.
authorNeilBrown <neilb@suse.de>
Wed, 19 Jun 2013 02:31:45 +0000 (12:31 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 19 Jun 2013 02:31:45 +0000 (12:31 +1000)
Now that I am using white-space mode in Emacs I can see all of this,
and I don't like it :-)

Signed-off-by: NeilBrown <neilb@suse.de>
51 files changed:
Assemble.c
Build.c
Grow.c
Makefile
Manage.c
Monitor.c
Query.c
config.c
dlink.c
lib.c
managemon.c
mapfile.c
maps.c
md_p.h
md_u.h
mdadm.c
mdadm.conf.5
mdadm.h
mdmon.c
mdmon.h
mkinitramfs
msg.c
msg.h
part.h
platform-intel.c
platform-intel.h
policy.c
probe_roms.c
raid6check.c
restripe.c
sg_io.c
sha1.c
sha1.h
super-gpt.c
super-intel.c
super-mbr.c
super0.c
super1.c
swap_super.c
sysfs.c
tests/00linear
tests/01r5integ
tests/01raid6integ
tests/06name
tests/06wrmostly
tests/07testreshape5
tests/09imsm-create-fail-rebuild
tests/14imsm-r0_r0_2d-takeover-r10_4d
tests/15imsm-r0_3d_64k-migrate-r0_3d_256k
tests/testdev
util.c

index dab4e6b825de0215d93cbea942d4e58cfff3fb59..8e3c929f4440158b63a486112c17fa473219fb9f 100644 (file)
@@ -1262,7 +1262,7 @@ try_again:
                                  inargv, auto_assem);
        if (num_devs < 0)
                return 1;
-       
+
        if (!st || !st->sb || !content)
                return 2;
 
@@ -1897,4 +1897,3 @@ int assemble_container_content(struct supertype *st, int mdfd,
        }
 }
 #endif
-
diff --git a/Build.c b/Build.c
index 317404af2e3d1b802a2fa59e1ce591c1ca6f66c9..da64dc8915f42e3feb1b3f62887c01f85dae7f7f 100644 (file)
--- a/Build.c
+++ b/Build.c
@@ -24,9 +24,9 @@
 
 #include "mdadm.h"
 
-#define REGISTER_DEV           _IO (MD_MAJOR, 1)
-#define START_MD               _IO (MD_MAJOR, 2)
-#define STOP_MD                _IO (MD_MAJOR, 3)
+#define REGISTER_DEV           _IO (MD_MAJOR, 1)
+#define START_MD               _IO (MD_MAJOR, 2)
+#define STOP_MD                        _IO (MD_MAJOR, 3)
 
 int Build(char *mddev, struct mddev_dev *devlist,
          struct shape *s, struct context *c)
diff --git a/Grow.c b/Grow.c
index 1e75d1af4a6f2adea72d3abd6f8a77575c70beb3..c366082895c992d8f6dcd5a3c1a98f4733bff58a 100644 (file)
--- a/Grow.c
+++ b/Grow.c
@@ -1537,7 +1537,6 @@ int Grow_reshape(char *devname, int fd,
        struct mdinfo info;
        struct mdinfo *sra;
 
-
        if (ioctl(fd, GET_ARRAY_INFO, &array) < 0) {
                pr_err("%s is not an active md array - aborting\n",
                        devname);
@@ -2793,7 +2792,6 @@ static int reshape_array(char *container, int fd, char *devname,
                Manage_subdevs(devname, fd, devlist, verbose,
                               0,NULL, 0);
 
-
        if (reshape.backup_blocks == 0 && data_offset)
                reshape.backup_blocks = reshape.before.data_disks * info->array.chunk_size/512;
        if (reshape.backup_blocks == 0) {
index 018f893cc28594d55e3adcdb2a094bf2b7da4199..7e4333c482c7512d55dcbee0e35934778279db8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -298,4 +298,3 @@ DISTRO_MAKEFILE := $(wildcard distropkg/Makefile)
 ifdef DISTRO_MAKEFILE
 include $(DISTRO_MAKEFILE)
 endif
-
index be3c652f85bcf23fd10414f73895fbb5c15ed4ce..230124e790fc6d5e9d2e6f7ca2ca2fefc62dd8f4 100644 (file)
--- a/Manage.c
+++ b/Manage.c
@@ -27,9 +27,9 @@
 #include "md_p.h"
 #include <ctype.h>
 
-#define REGISTER_DEV           _IO (MD_MAJOR, 1)
-#define START_MD               _IO (MD_MAJOR, 2)
-#define STOP_MD                _IO (MD_MAJOR, 3)
+#define REGISTER_DEV           _IO (MD_MAJOR, 1)
+#define START_MD               _IO (MD_MAJOR, 2)
+#define STOP_MD                        _IO (MD_MAJOR, 3)
 
 int Manage_ro(char *devname, int fd, int readonly)
 {
@@ -1358,7 +1358,7 @@ int Manage_subdevs(char *devname, int fd,
                                 */
                                close(tfd);
                                tfd = dev_open(dv->devname, O_RDONLY);
-                       }                               
+                       }
                        if (tfd < 0) {
                                if (dv->disposition == 'M')
                                        continue;
index b82e7b6a5ba0c228e3eabd653264227036eca83c..86df18c264caf20e5a5f342ba0e45d5938ac754b 100644 (file)
--- a/Monitor.c
+++ b/Monitor.c
@@ -156,7 +156,7 @@ int Monitor(struct mddev_dev *devlist,
                        return rv;
        }
 
-       if (share) 
+       if (share)
                if (check_one_sharer(c->scan))
                        return 1;
 
@@ -204,7 +204,6 @@ int Monitor(struct mddev_dev *devlist,
                }
        }
 
-
        while (! finished) {
                int new_found = 0;
                struct state *st;
@@ -218,7 +217,7 @@ int Monitor(struct mddev_dev *devlist,
                        if (check_array(st, mdstat, c->test, &info,
                                        increments, c->prefer))
                                anydegraded = 1;
-               
+
                /* now check if there are any new devices found in mdstat */
                if (c->scan)
                        new_found = add_new_arrays(mdstat, &statelist, c->test,
@@ -809,12 +808,12 @@ static dev_t container_choose_spare(struct state *from, struct state *to,
                close(fd);
                return 0;
        }
-       
+
        err = st->ss->load_container(st, fd, NULL);
        close(fd);
        if (err)
                return 0;
-       
+
        if (from == to) {
                /* We must check if number of active disks has not increased
                 * since ioctl in main loop. mdmon may have added spare
@@ -855,7 +854,6 @@ static dev_t container_choose_spare(struct state *from, struct state *to,
        return dev;
 }
 
-
 static void try_spare_migration(struct state *statelist, struct alert_info *info)
 {
        struct state *from;
@@ -874,7 +872,7 @@ static void try_spare_migration(struct state *statelist, struct alert_info *info
                                /* subarray monitored without parent container
                                 * we can't move spares here */
                                continue;
-                       
+
                        if (to->parent)
                                /* member of a container */
                                to = to->parent;
diff --git a/Query.c b/Query.c
index a709821eb7c7c949cfd227cce37e1010a87542d2..fbc1d103b93306dff53f1bcd43af808bd143e1dd 100644 (file)
--- a/Query.c
+++ b/Query.c
@@ -124,4 +124,3 @@ int Query(char *dev)
        }
        return 0;
 }
-
index 189714a8855e23fad2de42c8e2b37eb0f65ae15a..16517e1efd127da63f25d2b37329b60c902a2678 100644 (file)
--- a/config.c
+++ b/config.c
@@ -147,7 +147,6 @@ void free_line(char *line)
        dl_free(line);
 }
 
-
 struct conf_dev {
        struct conf_dev *next;
        char *name;
@@ -417,7 +416,7 @@ void arrayline(char *line)
                        if (strcasecmp(w, "<ignore>") == 0 ||
                            strncmp(w, "/dev/md/", 8) == 0 ||
                            (w[0] != '/' && w[0] != '<') ||
-                           (strncmp(w, "/dev/md", 7) == 0 && 
+                           (strncmp(w, "/dev/md", 7) == 0 &&
                             is_number(w+7)) ||
                            (strncmp(w, "/dev/md_d", 9) == 0 &&
                             is_number(w+9))
@@ -568,7 +567,6 @@ void mailfromline(char *line)
        }
 }
 
-
 static char *alert_program = NULL;
 void programline(char *line)
 {
@@ -987,7 +985,6 @@ int devname_matches(char *name, char *match)
        else if (strncmp(match, "/dev/", 5) == 0)
                match += 5;
 
-
        if (strncmp(name, "md", 2) == 0 &&
            isdigit(name[2]))
                name += 2;
diff --git a/dlink.c b/dlink.c
index 3e31b43f6ba9d52641b01ffc122606708b0f7b43..3efa94b751ab233ee50ae7d03228490065fe6b7d 100644 (file)
--- a/dlink.c
+++ b/dlink.c
@@ -11,7 +11,6 @@ char *strncpy(char *dest, const char *src, size_t n) __THROW;
 void *xcalloc(size_t num, size_t size);
 #include       "dlink.h"
 
-
 void *dl_head()
 {
     void *h;
diff --git a/lib.c b/lib.c
index 2c3d9368967224c52a7cb6182ce87400f33c9d04..fa6f2232a38a1db05be2d6eead8aaee24fb821c7 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -112,8 +112,6 @@ char *fd2devnm(int fd)
        return NULL;
 }
 
-
-
 /*
  * convert a major/minor pair for a block device into a name in /dev, if possible.
  * On the first call, walk /dev collecting name.
@@ -233,8 +231,6 @@ char *map_dev_preferred(int major, int minor, int create,
        return preferred ? preferred : regular;
 }
 
-
-
 /* conf_word gets one word from the conf file.
  * if "allow_key", then accept words at the start of a line,
  * otherwise stop when such a word is found.
index fc5548c0ebdae5fcb053e348ee52dfc3f2eedd15..f50f95475aa7d33ff43b2aa206a4d7134543d94f 100644 (file)
@@ -343,7 +343,7 @@ static void manage_container(struct mdstat_ent *mdstat,
                             struct supertype *container)
 {
        /* Of interest here are:
-        * - if a new device has been added to the container, we 
+        * - if a new device has been added to the container, we
         *   add it to the array ignoring any metadata on it.
         * - if a device has been removed from the container, we
         *   remove it from the device list and update the metadata.
@@ -639,7 +639,6 @@ static void manage_new(struct mdstat_ent *mdstat,
                         GET_LEVEL|GET_CHUNK|GET_DISKS|GET_COMPONENT|
                         GET_DEGRADED|GET_DEVS|GET_OFFSET|GET_SIZE|GET_STATE);
 
-
        if (!mdi)
                return;
        new = xcalloc(1, sizeof(*new));
@@ -769,7 +768,7 @@ static void handle_message(struct supertype *container, struct metadata_update *
 
        if (msg->len == 0) { /* ping_monitor */
                int cnt;
-               
+
                cnt = monitor_loop_cnt;
                if (cnt & 1)
                        cnt += 2; /* wait until next pselect */
index 149f67b2e4e2417e308b68477354225a43d63866..4e7f24214b8ad8b4430855b186df3eaa1ce7163b 100644 (file)
--- a/mapfile.c
+++ b/mapfile.c
@@ -46,7 +46,6 @@
 #include       <sys/file.h>
 #include       <ctype.h>
 
-
 #define MAP_READ 0
 #define MAP_NEW 1
 #define MAP_LOCK 2
@@ -105,7 +104,6 @@ int map_write(struct map_ent *mel)
                      mapname[0]) == 0;
 }
 
-
 static FILE *lf = NULL;
 int map_lock(struct map_ent **melp)
 {
@@ -416,11 +414,11 @@ void RebuildMap(void)
                                 * It needs to match what -I or -As would come
                                 * up with.
                                 * That means:
-                                *   Check if array is in mdadm.conf 
+                                *   Check if array is in mdadm.conf
                                 *        - if so use that.
                                 *   determine trustworthy from homehost etc
                                 *   find a unique name based on metadata name.
-                                *   
+                                *
                                 */
                                struct mddev_ident *match = conf_match(st, info,
                                                                       NULL, 0,
diff --git a/maps.c b/maps.c
index f2ba9a73ca248f1176a8880e9ab610249a34125a..64f1df2c42c31e32e1d63c57d8e5d72982810085 100644 (file)
--- a/maps.c
+++ b/maps.c
@@ -24,7 +24,6 @@
 
 #include "mdadm.h"
 
-
 /* name/number mappings */
 
 mapping_t r5layout[] = {
@@ -97,7 +96,6 @@ mapping_t pers[] = {
        { NULL, 0}
 };
 
-
 mapping_t modes[] = {
        { "assemble", ASSEMBLE},
        { "build", BUILD},
@@ -150,4 +148,3 @@ int map_name(mapping_t *map, char *name)
        }
        return UnSet;
 }
-
diff --git a/md_p.h b/md_p.h
index c7c4388b5d7376121d698df11bc58af893e1a36c..c4846babcff5ed06f45c938b715acd7f8861d8a1 100644 (file)
--- a/md_p.h
+++ b/md_p.h
@@ -112,7 +112,7 @@ typedef struct mdp_superblock_s {
        /*
         * Constant generic information
         */
-       __u32 md_magic;         /*  0 MD identifier                           */
+       __u32 md_magic;         /*  0 MD identifier                           */
        __u32 major_version;    /*  1 major version to which the set conforms */
        __u32 minor_version;    /*  2 minor version ...                       */
        __u32 patch_version;    /*  3 patchlevel version ...                  */
@@ -196,4 +196,3 @@ static inline __u64 md_event(mdp_super_t *sb) {
 }
 
 #endif
-
diff --git a/md_u.h b/md_u.h
index a874cec1c2c2d12f68099ee9e72814e848554a05..be9868a7a1e9fc1473436a60fe8dc4f2066fb14b 100644 (file)
--- a/md_u.h
+++ b/md_u.h
@@ -120,4 +120,3 @@ typedef struct mdu_param_s
 } mdu_param_t;
 
 #endif
-
diff --git a/mdadm.c b/mdadm.c
index 37360bde0c9e656ec0b2af40c88b2afd3ee85b3c..3324a9b2db8d6b1fbec247ec7e334dc5d1e633fb 100644 (file)
--- a/mdadm.c
+++ b/mdadm.c
@@ -29,7 +29,6 @@
 #include "md_p.h"
 #include <ctype.h>
 
-
 static int scan_assemble(struct supertype *ss,
                         struct context *c,
                         struct mddev_ident *ident);
@@ -40,7 +39,6 @@ static int misc_list(struct mddev_dev *devlist,
                     char *dump_directory,
                     struct supertype *ss, struct context *c);
 
-
 int main(int argc, char *argv[])
 {
        int mode = 0;
@@ -423,7 +421,6 @@ int main(int argc, char *argv[])
                        writemostly = 2;
                        continue;
 
-
                case O(GROW,'z'):
                case O(CREATE,'z'):
                case O(BUILD,'z'): /* size */
@@ -1611,7 +1608,7 @@ static int scan_assemble(struct supertype *ss,
                        if (a->devname &&
                            strcasecmp(a->devname, "<ignore>") == 0)
                                continue;
-                               
+
                        r = Assemble(ss, a->devname,
                                     a, NULL, c);
                        if (r == 0) {
index 1f01648db580868ecac57ffcfa924227c1d035e5..ced52186e7d2ecda224d0576318af2132aba20a8 100644 (file)
@@ -621,4 +621,3 @@ AUTO +1.x homehost \-all
 .SH SEE ALSO
 .BR mdadm (8),
 .BR md (4).
-
diff --git a/mdadm.h b/mdadm.h
index f498b937c932dc4ebc2da5ddaa01c9d0abe85ddb..2633b89e6c1b276cfa9b6bb1313109ac81a1df08 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -51,7 +51,6 @@ extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
 #define srandom srand
 #endif
 
-
 #include       <linux/kdev_t.h>
 /*#include     <linux/fs.h> */
 #include       <sys/mount.h>
@@ -162,7 +161,6 @@ extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
 #endif
 #endif /* __KLIBC__ */
 
-
 /*
  * min()/max()/clamp() macros that also do
  * strict type-checking.. See the
@@ -233,7 +231,7 @@ struct mdinfo {
        int container_enough; /* flag external handlers can set to
                               * indicate that subarrays have not enough (-1),
                               * enough to start (0), or all expected disks (1) */
-       char            sys_name[20];
+       char            sys_name[20];
        struct mdinfo *devs;
        struct mdinfo *next;
 
@@ -448,7 +446,6 @@ typedef struct mapping {
        int num;
 } mapping_t;
 
-
 struct mdstat_ent {
        char            *dev;
        char            devnm[32];
@@ -463,7 +460,7 @@ struct mdstat_ent {
        struct dev_member {
                char                    *name;
                struct dev_member       *next;
-       }               *members;
+       }               *members;
        struct mdstat_ent *next;
 };
 
@@ -605,7 +602,6 @@ static inline char *map_dev(int major, int minor, int create)
 struct active_array;
 struct metadata_update;
 
-
 /* 'struct reshape' records the intermediate states of
  * a general reshape.
  * The starting geometry is converted to the 'before' geometry
@@ -892,7 +888,7 @@ extern struct superswitch {
         * (in a->resync_start).
         * resync status is really irrelevant if the array is not consistent,
         * but some metadata (DDF!) have a place to record the distinction.
-        * If 'consistent' is '2', then the array can mark it dirty if a 
+        * If 'consistent' is '2', then the array can mark it dirty if a
         * resync/recovery/whatever is required, or leave it clean if not.
         * Return value is 0 dirty (not consistent) and 1 if clean.
         * it is only really important if consistent is passed in as '2'.
@@ -1156,7 +1152,6 @@ struct stat64;
 
 extern int add_dev(const char *name, const struct stat *stb, int flag, struct FTW *s);
 
-
 extern int Manage_ro(char *devname, int fd, int readonly);
 extern int Manage_run(char *devname, int fd, int quiet);
 extern int Manage_stop(char *devname, int fd, int quiet,
@@ -1385,7 +1380,7 @@ extern char *fd2devnm(int fd);
 static inline int is_subarray(char *vers)
 {
        /* The version string for a 'subarray' (an array in a container)
-        * is 
+        * is
         *    /containername/componentname    for normal read-write arrays
         *    -containername/componentname    for arrays which mdmon must not
         *                                    reconfigure.  They might be read-only
@@ -1436,7 +1431,6 @@ char *xstrdup(const char *str);
 #define LEVEL_CONTAINER                (-100)
 #define        LEVEL_UNSUPPORTED       (-200)
 
-
 /* faulty stuff */
 
 #define        WriteTransient  0
@@ -1456,7 +1450,6 @@ char *xstrdup(const char *str);
 #define        ModeMask        0x1f
 #define        ModeShift       5
 
-
 #ifdef __TINYC__
 #undef minor
 #undef major
@@ -1494,7 +1487,6 @@ char *xstrdup(const char *str);
 #define ALGORITHM_ROTATING_N_RESTART   9 /* DDF PRL=6 RLQ=2 */
 #define ALGORITHM_ROTATING_N_CONTINUE  10 /*DDF PRL=6 RLQ=3 */
 
-
 /* For every RAID5 algorithm we define a RAID6 algorithm
  * with exactly the same layout for data and parity, and
  * with the Q block always on the last device (N-1).
diff --git a/mdmon.c b/mdmon.c
index 36c25d3ca851e9e2ffbab66528a7d19aa6c8da12..13f951096cfeaa354586f65931e84471fe73d16b 100644 (file)
--- a/mdmon.c
+++ b/mdmon.c
@@ -200,7 +200,7 @@ static void try_kill_monitor(pid_t pid, char *devname, int sock)
        fcntl(sock, F_SETFL, fl);
        n = read(sock, buf, 100);
        /* Ignore result, it is just the wait that
-        * matters 
+        * matters
         */
 }
 
diff --git a/mdmon.h b/mdmon.h
index a965eccacefe6202c82c1bd12226a15adea54e1e..60fda38d9ee8dbbc78eb3699a135609ed943a325 100644 (file)
--- a/mdmon.h
+++ b/mdmon.h
@@ -26,7 +26,6 @@ enum array_state { clear, inactive, suspended, readonly, read_auto,
 
 enum sync_action { idle, reshape, resync, recover, check, repair, bad_action };
 
-
 struct active_array {
        struct mdinfo info;
        struct supertype *container;
@@ -73,7 +72,6 @@ extern struct active_array *discard_this;
 extern struct active_array *pending_discard;
 extern struct md_generic_cmd *active_cmd;
 
-
 void remove_pidfile(char *devname);
 void do_monitor(struct supertype *container);
 void do_manager(struct supertype *container);
@@ -97,4 +95,3 @@ static inline int is_resync_complete(struct mdinfo *array)
                return 1;
        return 0;
 }
-
index fdb15c9f0b1de8f18a5577e0b8d42b68d91b482f..c6275ddb45d0ed331166c1d0a5cfc78dd72c2966 100644 (file)
@@ -53,5 +53,3 @@ chmod +x initramfs/init
 ) > init.cpio.gz
 rm -rf initramfs
 ls -l init.cpio.gz
-
-
diff --git a/msg.c b/msg.c
index 776b29be4d0d67b2dc53563385e46a6640b43d3a..2e64589b7bff3e8ec8b37795834c7d0c15877124 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2008 Intel Corporation
  *
- *     mdmon socket / message handling
+ *     mdmon socket / message handling
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -78,7 +78,6 @@ static int recv_buf(int fd, void* buf, int len, int tmo)
        return 0;
 }
 
-
 int send_message(int fd, struct metadata_update *msg, int tmo)
 {
        __s32 len = msg->len;
diff --git a/msg.h b/msg.h
index 7306bcaba2448c8d72202774f56f4d210438a054..016612cd1ab7d33937924b6840887f04e6e79eaf 100644 (file)
--- a/msg.h
+++ b/msg.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2008 Intel Corporation
  *
- *     mdmon socket / message handling
+ *     mdmon socket / message handling
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -17,7 +17,6 @@
  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-
 struct mdinfo;
 struct metadata_update;
 
diff --git a/part.h b/part.h
index 0afea33b064d2d09d4615d191bf9a781cefb481e..862a14c32896da732a6b73f285614a2d2c5a21a8 100644 (file)
--- a/part.h
+++ b/part.h
@@ -26,7 +26,6 @@
 /* Structure definitions ext  for MBR and GPT partition tables
  */
 
-
 #define        MBR_SIGNATURE_MAGIC     __cpu_to_le16(0xAA55)
 #define MBR_PARTITIONS               4
 
@@ -49,8 +48,6 @@ struct MBR {
        __u16 magic;
 } __attribute__((packed));
 
-
-
 #define        GPT_SIGNATURE_MAGIC     __cpu_to_le64(0x5452415020494645ULL)
 #define MBR_GPT_PARTITION_TYPE       0xEE
 
index f91c97110ff30b37316021b7367c5ae1883afef1..f347382ac3f446d978e795f95d4712a2fc0e0778 100644 (file)
@@ -30,7 +30,6 @@
 #include <sys/stat.h>
 #include <limits.h>
 
-
 static int devpath_to_ll(const char *dev_path, const char *entry,
                         unsigned long long *val);
 
@@ -125,7 +124,6 @@ struct sys_dev *find_driver_devices(const char *bus, const char *driver)
        return head;
 }
 
-
 static struct sys_dev *intel_devices=NULL;
 static time_t valid_time = 0;
 
@@ -155,7 +153,6 @@ static int devpath_to_ll(const char *dev_path, const char *entry, unsigned long
        return n;
 }
 
-
 static __u16 devpath_to_vendor(const char *dev_path)
 {
        char path[strlen(dev_path) + strlen("/vendor") + 1];
@@ -254,7 +251,6 @@ static int scan(const void *start, const void *end, const void *data)
        return 0;
 }
 
-
 const struct imsm_orom *imsm_platform_test(enum sys_dev_type hba_id, int *populated,
                                           struct imsm_orom *imsm_orom)
 {
@@ -289,8 +285,6 @@ const struct imsm_orom *imsm_platform_test(enum sys_dev_type hba_id, int *popula
        return imsm_orom;
 }
 
-
-
 static const struct imsm_orom *find_imsm_hba_orom(enum sys_dev_type hba_id)
 {
        unsigned long align;
@@ -346,7 +340,6 @@ static const struct imsm_orom *find_imsm_hba_orom(enum sys_dev_type hba_id)
   (c) & 0xff, ((c) >> 8) & 0xff, \
   (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
 
-
 #define SYS_EFI_VAR_PATH "/sys/firmware/efi/vars"
 #define SCU_PROP "RstScuV"
 #define AHCI_PROP "RstSataV"
@@ -447,7 +440,6 @@ const struct imsm_orom *find_imsm_capability(enum sys_dev_type hba_id)
 {
        const struct imsm_orom *cap=NULL;
 
-
        if ((cap = find_imsm_efi(hba_id)) != NULL)
                return cap;
        if ((cap = find_imsm_hba_orom(hba_id)) != NULL)
index de433bd6b20a68682ea5b8067d919aecc1dd822c..bcd84b7b28a29c02f08b9e020f32523e29610e51 100644 (file)
@@ -133,7 +133,6 @@ static inline int imsm_orom_has_chunk(const struct imsm_orom *orom, int chunk)
        return !!(orom->sss & (1 << (fs - 1)));
 }
 
-
 /**
  * fls - find last (most-significant) bit set
  * @x: the word to search
@@ -208,4 +207,3 @@ int disk_attached_to_hba(int fd, const char *hba_path);
 char *devt_to_devpath(dev_t dev);
 int path_attached_to_hba(const char *disk_path, const char *hba_path);
 const char *get_sys_dev_type(enum sys_dev_type);
-
index 48eed6c8e16416b747beb94eb31067b192becc14..b4f39434268e896a38c45eff2203680040bdc0cc 100644 (file)
--- a/policy.c
+++ b/policy.c
@@ -401,7 +401,6 @@ void pol_add(struct dev_policy **pol,
        pol_dedup(*pol);
 }
 
-
 /*
  * disk_policy() gathers policy information for the
  * disk described in the given mdinfo (disk.{major,minor}).
@@ -592,7 +591,6 @@ int disk_action_allows(struct mdinfo *disk, const char *metadata, enum policy_ac
        return rv;
 }
 
-
 /* Domain policy:
  * Any device can have a list of domains asserted by different policy
  * statements.
@@ -703,7 +701,6 @@ void domain_add(struct domainlist **domp, char *domain)
        domain_merge_one(domp, domain);
 }
 
-
 void domain_free(struct domainlist *dl)
 {
        while (dl) {
index 6a0b98d83ad6cb4c1e05477d6ea28a84831436f0..61297959c979f732cba9f37b6f00f7205a6dab9c 100644 (file)
@@ -109,7 +109,7 @@ int probe_roms_init(unsigned long align)
        if (rc == 0)
                rom_fd = fd;
        else {
-               if (fd >= 0) 
+               if (fd >= 0)
                        close(fd);
                probe_roms_exit();
        }
@@ -150,39 +150,39 @@ static struct resource extension_rom_resource = {
 };
 
 static struct resource adapter_rom_resources[] = { {
-       .name   = "Adapter ROM",
+       .name   = "Adapter ROM",
        .start  = 0xc8000,
        .data   = 0,
        .end    = 0,
 }, {
-       .name   = "Adapter ROM",
+       .name   = "Adapter ROM",
        .start  = 0,
        .data   = 0,
        .end    = 0,
 }, {
-       .name   = "Adapter ROM",
+       .name   = "Adapter ROM",
        .start  = 0,
        .data   = 0,
        .end    = 0,
 }, {
-       .name   = "Adapter ROM",
+       .name   = "Adapter ROM",
        .start  = 0,
        .data   = 0,
        .end    = 0,
 }, {
-       .name   = "Adapter ROM",
+       .name   = "Adapter ROM",
        .start  = 0,
        .data   = 0,
        .end    = 0,
 }, {
-       .name   = "Adapter ROM",
+       .name   = "Adapter ROM",
        .start  = 0,
        .data   = 0,
        .end    = 0,
 } };
 
 static struct resource video_rom_resource = {
-       .name   = "Video ROM",
+       .name   = "Video ROM",
        .start  = 0xc0000,
        .data   = 0,
        .end    = 0xc7fff,
index aa6ce234e37805b7fa34a2174872d23e8f4a296b..805d090abfa8136ba39b3781a3f100e3d75f12d7 100644 (file)
@@ -43,7 +43,6 @@ void raid6_2data_recov(int disks, size_t bytes, int faila, int failb,
                       uint8_t **ptrs);
 void xor_blocks(char *target, char **sources, int disks, int size);
 
-
 /* Collect per stripe consistency information */
 void raid6_collect(int chunk_size, uint8_t *p, uint8_t *q,
                   char *chunkP, char *chunkQ, int *results)
@@ -144,7 +143,6 @@ int unlock_all_stripes(struct mdinfo *info, sighandler_t *sig) {
        return rv * 256;
 }
 
-
 int check_stripes(struct mdinfo *info, int *source, unsigned long long *offsets,
                  int raid_disks, int chunk_size, int level, int layout,
                  unsigned long long start, unsigned long long length, char *name[],
@@ -308,7 +306,6 @@ int check_stripes(struct mdinfo *info, int *source, unsigned long long *offsets,
                        }
                        write_res1 = write(source[failed_disk1], stripes[failed_disk1], chunk_size);
 
-
                        seek_res = lseek64(source[failed_disk2],
                                           offsets[failed_disk2] + start * chunk_size, SEEK_SET);
                        if (seek_res < 0) {
@@ -364,7 +361,6 @@ int check_stripes(struct mdinfo *info, int *source, unsigned long long *offsets,
                        }
                }
 
-
                length--;
                start++;
        }
index 90896c89de0260a4c610d8ebdab7c5ffe3d031f8..93ef056e12ceaf3ac13746d34829a8219db0862d 100644 (file)
@@ -83,7 +83,6 @@ int geo_map(int block, unsigned long long stripe, int raid_disks,
        case 500 + ALGORITHM_PARITY_0:
                return block + 1;
 
-
        case 600 + ALGORITHM_PARITY_N_6:
                if (block == -2)
                        return raid_disks - 1;
@@ -131,7 +130,6 @@ int geo_map(int block, unsigned long long stripe, int raid_disks,
                        return raid_disks - 1;
                return block + 1;
 
-
        case 600 + ALGORITHM_PARITY_0:
                if (block == -1)
                        return 0;
@@ -173,7 +171,6 @@ int geo_map(int block, unsigned long long stripe, int raid_disks,
                if (block == -2) return (pd+1) % raid_disks;
                return (pd + 2 + block) % raid_disks;
 
-
        case 600 + ALGORITHM_ROTATING_N_RESTART:
                /* Same a left_asymmetric, by first stripe is
                 * D D D P Q  rather than
@@ -210,7 +207,6 @@ static int is_ddf(int layout)
        }
 }
 
-
 void xor_blocks(char *target, char **sources, int disks, int size)
 {
        int i, j;
@@ -243,7 +239,6 @@ void qsyndrome(uint8_t *p, uint8_t *q, uint8_t **sources, int disks, int size)
        }
 }
 
-
 /*
  * The following was taken from linux/drivers/md/mktables.c, and modified
  * to create in-memory tables rather than C code
@@ -436,11 +431,9 @@ int raid6_check_disks(int data_disks, int start, int chunk_size,
                if((Px != 0) && (Qx == 0))
                        curr_broken_disk = diskP;
 
-
                if((Px == 0) && (Qx != 0))
                        curr_broken_disk = diskQ;
 
-
                if((Px != 0) && (Qx != 0)) {
                        data_id = (raid6_gflog[Qx] - raid6_gflog[Px]);
                        if(data_id < 0) data_id += 255;
@@ -780,7 +773,7 @@ int restore_stripes(int *dest, unsigned long long *offsets,
                                syndrome_disks = data_disks;
                        }
                        qsyndrome((uint8_t*)stripes[disk],
-                                 (uint8_t*)stripes[qdisk], 
+                                 (uint8_t*)stripes[qdisk],
                                  (uint8_t**)blocks,
                                  syndrome_disks, chunk_size);
                        break;
@@ -953,7 +946,7 @@ main(int argc, char *argv[])
                        *p++ = '\0';
                        offsets[i] = atoll(p) * 512;
                }
-                       
+
                fds[i] = open(argv[9+i], O_RDWR);
                if (fds[i] < 0) {
                        perror(argv[9+i]);
diff --git a/sg_io.c b/sg_io.c
index f9682be39fc3e9f8f9d42528386c3748499d6b36..50ad180d5c4db9b55abd4ad288c8b2e6a4fb9cf7 100644 (file)
--- a/sg_io.c
+++ b/sg_io.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Intel Corporation
  *
- *     Retrieve drive serial numbers for scsi disks
+ *     Retrieve drive serial numbers for scsi disks
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
diff --git a/sha1.c b/sha1.c
index 89245820db8a996e98599b0d3fce2f5d0c09b596..11be7045abfa42050f4ebc586574e6fb8b99df4b 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -50,7 +50,6 @@
    64-byte boundary.  (RFC 1321, 3.1: Step 1)  */
 static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ...  */ };
 
-
 /* Take a pointer to a 160 bit block of data (five 32 bit ints) and
    initialize it to the start constants of the SHA1 algorithm.  This
    must be called before using hash in the call to sha1_hash.  */
diff --git a/sha1.h b/sha1.h
index d9b07f8a6e3d0b471ce4cf1c9b9c44ffe0e7ee1f..999fc6a388ed398a584554e05cca3dad2ae257e5 100644 (file)
--- a/sha1.h
+++ b/sha1.h
@@ -84,7 +84,6 @@ struct sha1_ctx
   sha1_uint32 buffer[32];
 };
 
-
 /* Initialize structure containing state of computation. */
 extern void sha1_init_ctx (struct sha1_ctx *ctx);
 
@@ -111,7 +110,6 @@ extern void sha1_process_bytes (const void *buffer, size_t len,
    aligned for a 32 bits value.  */
 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
 
-
 /* Put result from CTX in first 20 bytes following RESBUF.  The result is
    always in little endian byte order, so that a byte-wise output yields
    to the wanted ASCII representation of the message digest.
@@ -120,7 +118,6 @@ extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
    aligned for a 32 bits value.  */
 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
 
-
 /* Compute SHA1 message digest for bytes read from STREAM.  The
    resulting message digest number will be written into the 20 bytes
    beginning at RESBLOCK.  */
index 8f7d4d93e0585eb2fec48d7d5d879c2f06161875..6a2f749e2e6d4dc523d0f042ce5deb0985674546 100644 (file)
@@ -91,7 +91,7 @@ static int load_gpt(struct supertype *st, int fd, char *devname)
                free(super);
                return 1;
        }
+
        if (super->magic != MBR_SIGNATURE_MAGIC ||
            super->parts[0].part_type != MBR_GPT_PARTITION_TYPE) {
        not_found:
index 22e6220dcc58b18be4692ac45e58f27df57b4f5e..7a4260cb6bbe54b9308a1462d0084aa4584c702c 100644 (file)
@@ -101,7 +101,7 @@ struct imsm_disk {
 #define CONFIGURED_DISK __cpu_to_le32(0x02)  /* Member of some RaidDev */
 #define FAILED_DISK     __cpu_to_le32(0x04)  /* Permanent failure */
        __u32 status;                    /* 0xF0 - 0xF3 */
-       __u32 owner_cfg_num; /* which config 0,1,2... owns this disk */ 
+       __u32 owner_cfg_num; /* which config 0,1,2... owns this disk */
        __u32 total_blocks_hi;           /* 0xF4 - 0xF5 total blocks hi */
 #define        IMSM_DISK_FILLERS       3
        __u32 filler[IMSM_DISK_FILLERS]; /* 0xF5 - 0x107 MPB_DISK_FILLERS for future expansion */
@@ -235,7 +235,6 @@ struct bbm_log {
        struct bbm_log_entry mapped_block_entries[BBM_LOG_MAX_ENTRIES];
 } __attribute__ ((__packed__));
 
-
 #ifndef MDASSEMBLE
 static char *map_state_str[] = { "normal", "uninitialized", "degraded", "failed" };
 #endif
@@ -249,7 +248,6 @@ static char *map_state_str[] = { "normal", "uninitialized", "degraded", "failed"
                               * MIGR_REC_BUF_SIZE <= MIGR_REC_POSITION
                               */
 
-
 #define UNIT_SRC_NORMAL     0   /* Source data for curr_migr_unit must
                                 *  be recovered using srcMap */
 #define UNIT_SRC_IN_CP_AREA 1   /* Source data for curr_migr_unit has
@@ -508,7 +506,6 @@ struct imsm_update_add_remove_disk {
        enum imsm_update_type type;
 };
 
-
 static const char *_sys_dev_type[] = {
        [SYS_DEV_UNKNOWN] = "Unknown",
        [SYS_DEV_SAS] = "SAS",
@@ -591,7 +588,6 @@ static struct sys_dev* find_disk_attached_hba(int fd, const char *devname)
        return NULL;
 }
 
-
 static int find_intel_hba_capability(int fd, struct intel_super *super,
                                     char *devname);
 
@@ -954,7 +950,7 @@ static struct extent *get_extents(struct intel_super *super, struct dl *dl)
        }
        qsort(rv, memberships, sizeof(*rv), cmp_extent);
 
-       /* determine the start of the metadata 
+       /* determine the start of the metadata
         * when no raid devices are defined use the default
         * ...otherwise allow the metadata to truncate the value
         * as is the case with older versions of imsm
@@ -1298,12 +1294,12 @@ void examine_migr_rec_imsm(struct intel_super *super)
 /*******************************************************************************
  * function: imsm_check_attributes
  * Description: Function checks if features represented by attributes flags
- *             are supported by mdadm.
+ *             are supported by mdadm.
  * Parameters:
  *             attributes - Attributes read from metadata
  * Returns:
- *             0 - passed attributes contains unsupported features flags
- *             1 - all features are supported
+ *             0 - passed attributes contains unsupported features flags
+ *             1 - all features are supported
  ******************************************************************************/
 static int imsm_check_attributes(__u32 attributes)
 {
@@ -1998,7 +1994,7 @@ static void uuid_from_super_imsm(struct supertype *st, int uuid[4])
         *    not the device-set.
         *  uuid to recognise same set when adding a missing device back
         *    to an array.   This is a uuid for the device-set.
-        *  
+        *
         * For each of these we can make do with a truncated
         * or hashed uuid rather than the original, as long as
         * everyone agrees.
@@ -2427,7 +2423,6 @@ static int imsm_create_metadata_checkpoint_update(
        return update_memory_size;
 }
 
-
 static void imsm_update_metadata_locally(struct supertype *st,
                                         void *buf, int len);
 
@@ -2770,7 +2765,6 @@ static __u8 imsm_check_degraded(struct intel_super *super, struct imsm_dev *dev,
 static int imsm_count_failed(struct intel_super *super, struct imsm_dev *dev,
                             int look_in_map);
 
-
 #ifndef MDASSEMBLE
 static void manage_second_map(struct intel_super *super, struct imsm_dev *dev)
 {
@@ -2821,7 +2815,7 @@ static void getinfo_super_imsm(struct supertype *st, struct mdinfo *info, char *
        info->array.level         = LEVEL_CONTAINER;
        info->array.layout        = 0;
        info->array.md_minor      = -1;
-       info->array.ctime         = 0; /* N/A for imsm */ 
+       info->array.ctime         = 0; /* N/A for imsm */
        info->array.utime         = 0;
        info->array.chunk_size    = 0;
 
@@ -3130,7 +3124,6 @@ static int compare_super_imsm(struct supertype *st, struct supertype *tst)
 
        }
 
-
        /* if 'first' is a spare promote it to a populated mpb with sec's
         * family number
         */
@@ -3502,7 +3495,7 @@ struct bbm_log *__get_imsm_bbm_log(struct imsm_super *mpb)
        if (__le32_to_cpu(mpb->bbm_log_size)) {
                ptr = mpb;
                ptr += mpb->mpb_size - __le32_to_cpu(mpb->bbm_log_size);
-       } 
+       }
 
        return ptr;
 }
@@ -4202,7 +4195,6 @@ imsm_thunderdome(struct intel_super **super_list, int len)
        return champion;
 }
 
-
 static int
 get_sra_super_block(int fd, struct intel_super **super_list, char *devname, int *max, int keep_fd);
 static int get_super_block(struct intel_super **super_list, char *devnm, char *devname,
@@ -4211,7 +4203,6 @@ static int
 get_devlist_super_block(struct md_list *devlist, struct intel_super **super_list,
                        int *max, int keep_fd);
 
-
 static int load_super_imsm_all(struct supertype *st, int fd, void **sbp,
                               char *devname, struct md_list *devlist,
                               int keep_fd)
@@ -4274,7 +4265,6 @@ static int load_super_imsm_all(struct supertype *st, int fd, void **sbp,
                free_imsm(s);
        }
 
-
        if (err)
                return err;
 
@@ -4291,7 +4281,6 @@ static int load_super_imsm_all(struct supertype *st, int fd, void **sbp,
        return 0;
 }
 
-
 static int
 get_devlist_super_block(struct md_list *devlist, struct intel_super **super_list,
                        int *max, int keep_fd)
@@ -5019,7 +5008,6 @@ static int add_to_super_imsm(struct supertype *st, mdu_disk_info_t *dk,
        return 0;
 }
 
-
 static int remove_from_super_imsm(struct supertype *st, mdu_disk_info_t *dk)
 {
        struct intel_super *super = st->sb;
@@ -5044,7 +5032,6 @@ static int remove_from_super_imsm(struct supertype *st, mdu_disk_info_t *dk)
        dd->next = super->disk_mgmt_list;
        super->disk_mgmt_list = dd;
 
-
        return 0;
 }
 
@@ -5201,7 +5188,6 @@ static int write_super_imsm(struct supertype *st, int doclose)
        return 0;
 }
 
-
 static int create_array(struct supertype *st, int dev_idx)
 {
        size_t len;
@@ -5500,7 +5486,6 @@ static int is_raid_level_supported(const struct imsm_orom *orom, int level, int
        return 0;
 }
 
-
 static int
 active_arrays_by_format(char *name, char* hba, struct md_list **devlist,
                        int dpa, int verbose)
@@ -5624,7 +5609,6 @@ get_devices(const char *hba_path)
                        continue;
                }
 
-
                dv = xcalloc(1, sizeof(*dv));
                dv->devname = xstrdup(buf);
                dv->next = devlist;
@@ -5806,7 +5790,6 @@ count_volumes_list(struct md_list *devlist, char *homehost,
        return count;
 }
 
-
 static int
 count_volumes(char *hba, int dpa, int verbose)
 {
@@ -5899,7 +5882,7 @@ validate_geometry_imsm_orom(struct intel_super *super, int level, int layout,
        return 1;
 }
 
-/* validate_geometry_imsm_volume - lifted from validate_geometry_ddf_bvd 
+/* validate_geometry_imsm_volume - lifted from validate_geometry_ddf_bvd
  * FIX ME add ahci details
  */
 static int validate_geometry_imsm_volume(struct supertype *st, int level,
@@ -6563,7 +6546,6 @@ static struct mdinfo *container_content_imsm(struct supertype *st, char *subarra
                sb_errors = 1;
        }
 
-
        /* count spare devices, not used in maps
         */
        for (d = super->disks; d; d = d->next)
@@ -6655,7 +6637,7 @@ static struct mdinfo *container_content_imsm(struct supertype *st, char *subarra
                        if (ord & IMSM_ORD_REBUILD)
                                recovery_start = 0;
 
-                       /* 
+                       /*
                         * if we skip some disks the array will be assmebled degraded;
                         * reset resync start to avoid a dirty-degraded
                         * situation when performing the intial sync
@@ -6709,7 +6691,6 @@ static struct mdinfo *container_content_imsm(struct supertype *st, char *subarra
        return rest;
 }
 
-
 static __u8 imsm_check_degraded(struct intel_super *super, struct imsm_dev *dev,
                                int failed, int look_in_map)
 {
@@ -6718,7 +6699,7 @@ static __u8 imsm_check_degraded(struct intel_super *super, struct imsm_dev *dev,
        map = get_imsm_map(dev, look_in_map);
 
        if (!failed)
-               return map->map_state == IMSM_T_STATE_UNINITIALIZED ? 
+               return map->map_state == IMSM_T_STATE_UNINITIALIZED ?
                        IMSM_T_STATE_UNINITIALIZED : IMSM_T_STATE_NORMAL;
 
        switch (get_imsm_raid_level(map)) {
@@ -6748,7 +6729,7 @@ static __u8 imsm_check_degraded(struct intel_super *super, struct imsm_dev *dev,
                        struct imsm_disk *disk;
 
                        /* reset the potential in-sync count on even-numbered
-                        * slots.  num_copies is always 2 for imsm raid10 
+                        * slots.  num_copies is always 2 for imsm raid10
                         */
                        if ((i & 1) == 0)
                                insync = 2;
@@ -7525,7 +7506,6 @@ static struct dl *imsm_add_spare(struct intel_super *super, int slot,
        return dl;
 }
 
-
 static int imsm_rebuild_allowed(struct supertype *cont, int dev_idx, int failed)
 {
        struct imsm_dev *dev2;
@@ -7669,7 +7649,7 @@ static struct mdinfo *imsm_activate_spare(struct active_array *a,
                        dl = imsm_add_spare(super, i, a, 1, rv);
                if (!dl)
                        continue;
+
                /* found a usable disk with enough space */
                di = xcalloc(1, sizeof(*di));
 
@@ -7710,7 +7690,7 @@ static struct mdinfo *imsm_activate_spare(struct active_array *a,
         * disk_ord_tbl for the array
         */
        mu = xmalloc(sizeof(*mu));
-       mu->buf = xcalloc(num_spares, 
+       mu->buf = xcalloc(num_spares,
                          sizeof(struct imsm_update_activate_spare));
        mu->space = NULL;
        mu->space_list = NULL;
@@ -7753,7 +7733,6 @@ static int disks_overlap(struct intel_super *super, int idx, struct imsm_update_
        return 0;
 }
 
-
 static struct dl *get_disk_super(struct intel_super *super, int major, int minor)
 {
        struct dl *dl = NULL;
@@ -7831,7 +7810,6 @@ static int add_remove_disk_update(struct intel_super *super)
        return check_degraded;
 }
 
-
 static int apply_reshape_migration_update(struct imsm_update_reshape_migration *u,
                                                struct intel_super *super,
                                                void ***space_list)
@@ -7991,7 +7969,6 @@ static int apply_size_change_update(struct imsm_update_size_change *u,
        return ret_val;
 }
 
-
 static int apply_update_activate_spare(struct imsm_update_activate_spare *u,
                                       struct intel_super *super,
                                       struct active_array *active_array)
@@ -8327,9 +8304,9 @@ static void imsm_process_update(struct supertype *st,
         *      the arrays for general migration and convert selected spares
         *      into active devices.
         *    update_activate_spare - a spare device has replaced a failed
-        *      device in an array, update the disk_ord_tbl.  If this disk is
-        *      present in all member arrays then also clear the SPARE_DISK
-        *      flag
+        *      device in an array, update the disk_ord_tbl.  If this disk is
+        *      present in all member arrays then also clear the SPARE_DISK
+        *      flag
         *    update_create_array
         *    update_kill_array
         *    update_rename_array
@@ -8406,7 +8383,7 @@ static void imsm_process_update(struct supertype *st,
                break;
        }
        case update_activate_spare: {
-               struct imsm_update_activate_spare *u = (void *) update->buf; 
+               struct imsm_update_activate_spare *u = (void *) update->buf;
                if (apply_update_activate_spare(u, super, st->arrays))
                        super->updates_pending++;
                break;
@@ -8955,7 +8932,6 @@ static int imsm_get_allowed_degradation(int level, int raid_disks,
        }
 }
 
-
 /*******************************************************************************
  * Function:   open_backup_targets
  * Description:        Function opens file descriptors for all devices given in
@@ -9067,7 +9043,6 @@ void init_migr_record_imsm(struct supertype *st, struct imsm_dev *dev,
        migr_rec->post_migr_vol_cap =  dev->size_low;
        migr_rec->post_migr_vol_cap_hi = dev->size_high;
 
-
        /* Find the smallest dev */
        for (sd = info->devs ; sd ; sd = sd->next) {
                sprintf(nm, "%d:%d", sd->disk.major, sd->disk.minor);
@@ -9377,7 +9352,7 @@ static const char *imsm_get_disk_controller_domain(const char *path)
                        drv = "isci";
                else if (hba && hba->type == SYS_DEV_SATA)
                        drv = "ahci";
-               else 
+               else
                        drv = "unknown";
                dprintf("path: %s hba: %s attached: %s\n",
                        path, (hba) ? hba->path : "NULL", drv);
@@ -9515,10 +9490,10 @@ static int imsm_reshape_is_allowed_on_container(struct supertype *st,
 
 /* Function: get_spares_for_grow
  * Description: Allocates memory and creates list of spare devices
- *             avaliable in container. Checks if spare drive size is acceptable.
+ *             avaliable in container. Checks if spare drive size is acceptable.
  * Parameters: Pointer to the supertype structure
  * Returns: Pointer to the list of spare devices (mdinfo structure) on success,
- *             NULL if fail
+ *             NULL if fail
  */
 static struct mdinfo *get_spares_for_grow(struct supertype *st)
 {
@@ -9611,7 +9586,6 @@ abort:
        return 0;
 }
 
-
 /******************************************************************************
  * function: imsm_create_metadata_update_for_size_change()
  *           Creates update for IMSM array for array size change.
@@ -9736,7 +9710,7 @@ static void imsm_update_metadata_locally(struct supertype *st,
 /***************************************************************************
 * Function:    imsm_analyze_change
 * Description: Function analyze change for single volume
-*              and validate if transition is supported
+*              and validate if transition is supported
 * Parameters:  Geometry parameters, supertype structure,
 *              metadata change direction (apply/rollback)
 * Returns:     Operation type code on success, -1 if fail
@@ -10069,7 +10043,7 @@ static int imsm_reshape_super(struct supertype *st, unsigned long long size,
                dprintf("imsm: info: Volume operation\n");
                /* find requested device */
                while (dev) {
-                       char *devnm = 
+                       char *devnm =
                                imsm_find_array_devnm_by_subdev(
                                        dev->index, st->container_devnm);
                        if (devnm && strcmp(devnm, geo.devnm) == 0)
@@ -10536,7 +10510,6 @@ struct superswitch super_imsm = {
        .match_metadata_desc = match_metadata_desc_imsm,
        .container_content = container_content_imsm,
 
-
        .external       = 1,
        .name = "imsm",
 
index 8b175e3185128054ec69e0b0f0a5873b3aa6c7a5..0fcac7c3133e3f79d7e556387ddb6a8f4b39fdd2 100644 (file)
@@ -94,7 +94,7 @@ static int load_super_mbr(struct supertype *st, int fd, char *devname)
                free(super);
                return 1;
        }
+
        if (super->magic != MBR_SIGNATURE_MAGIC) {
                if (devname)
                        pr_err("No partition table found on %s\n",
@@ -154,7 +154,7 @@ static void getinfo_mbr(struct supertype *st, struct mdinfo *info, char *map)
 
        for (i = 0; i < MBR_PARTITIONS ; i++)
                if (sb->parts[i].blocks_num) {
-                       unsigned long last = 
+                       unsigned long last =
                                (unsigned long)__le32_to_cpu(sb->parts[i].blocks_num)
                                + (unsigned long)__le32_to_cpu(sb->parts[i].first_sect_lba);
                        if (last > info->component_size)
index 47981ac24dc003dc83d0ed2f0e7e46b10a2f8334..ff4c657c223ca28c9aeea157335b0c4e1ef69afd 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -36,7 +36,6 @@
  * .. other stuff
  */
 
-
 static unsigned long calc_sb0_csum(mdp_super_t *super)
 {
        unsigned long csum = super->sb_csum;
@@ -690,7 +689,6 @@ static int update_super0(struct supertype *st, struct mdinfo *info,
  * host name
  */
 
-
 static int init_super0(struct supertype *st, mdu_array_info_t *info,
                       unsigned long long size, char *ignored_name, char *homehost,
                       int *uuid, unsigned long long data_offset)
@@ -861,7 +859,7 @@ static int store_super0(struct supertype *st, int fd)
        if (super->state & (1<<MD_SB_BITMAP_PRESENT)) {
                struct bitmap_super_s * bm = (struct bitmap_super_s*)(super+1);
                if (__le32_to_cpu(bm->magic) == BITMAP_MAGIC)
-                       if (write(fd, bm, ROUND_UP(sizeof(*bm),4096)) != 
+                       if (write(fd, bm, ROUND_UP(sizeof(*bm),4096)) !=
                            ROUND_UP(sizeof(*bm),4096))
                            return 5;
        }
@@ -920,7 +918,7 @@ static int compare_super0(struct supertype *st, struct supertype *tst)
                return 1;
        if (!first) {
                if (posix_memalign((void**)&first, 4096,
-                            MD_SB_BYTES + 
+                            MD_SB_BYTES +
                             ROUND_UP(sizeof(struct bitmap_super_s), 4096)) != 0) {
                        pr_err("%s could not allocate superblock\n", __func__);
                        return 1;
@@ -947,7 +945,6 @@ static int compare_super0(struct supertype *st, struct supertype *tst)
        return 0;
 }
 
-
 static void free_super0(struct supertype *st);
 
 static int load_super0(struct supertype *st, int fd, char *devname)
@@ -1118,7 +1115,6 @@ static int add_internal_bitmap0(struct supertype *st, int *chunkp,
        bitmap_super_t *bms = (bitmap_super_t*)(((char*)sb) + MD_SB_BYTES);
        int uuid[4];
 
-
        min_chunk = 4096; /* sub-page chunks don't work yet.. */
        bits = (size * 512) / min_chunk + 1;
        while (bits > max_bits) {
@@ -1150,7 +1146,6 @@ static int add_internal_bitmap0(struct supertype *st, int *chunkp,
        return 1;
 }
 
-
 static void locate_bitmap0(struct supertype *st, int fd)
 {
        unsigned long long dsize;
index a9ca2169bf486f7f68b6670557c071eebb621cd9..918357cea82d3339b121c58baefc19db94af7e75 100644 (file)
--- a/super1.c
+++ b/super1.c
@@ -411,7 +411,6 @@ static void examine_super1(struct supertype *st, char *homehost)
                printf("\n");
        }
 
-
        if (calc_sb_1_csum(sb) == sb->sb_csum)
                printf("       Checksum : %x - correct\n", __le32_to_cpu(sb->sb_csum));
        else
@@ -507,7 +506,6 @@ static void examine_super1(struct supertype *st, char *homehost)
        printf("\n");
 }
 
-
 static void brief_examine_super1(struct supertype *st, int verbose)
 {
        struct mdp_superblock_1 *sb = st->sb;
@@ -998,7 +996,6 @@ static void getinfo_super1(struct supertype *st, struct mdinfo *info, char *map)
                info->disk.state |=  1 << MD_DISK_REPLACEMENT;
        }
 
-
        if (sb->feature_map & __le32_to_cpu(MD_FEATURE_RECOVERY_OFFSET))
                info->recovery_start = __le32_to_cpu(sb->recovery_offset);
        else
@@ -1470,8 +1467,6 @@ static int store_super1(struct supertype *st, int fd)
                return -EINVAL;
        }
 
-
-
        if (sb_offset != __le64_to_cpu(sb->super_offset) &&
            0 != __le64_to_cpu(sb->super_offset)
                ) {
@@ -1559,7 +1554,7 @@ static int write_init_super1(struct supertype *st)
                sb->events = 0;
 
                refst = dup_super(st);
-               if (load_super1(refst, di->fd, NULL)==0) {
+               if (load_super1(refst, di->fd, NULL)==0) {
                        struct mdp_superblock_1 *refsb = refst->sb;
 
                        memcpy(sb->device_uuid, refsb->device_uuid, 16);
@@ -1589,7 +1584,6 @@ static int write_init_super1(struct supertype *st)
                        goto error_out;
                }
 
-
                /*
                 * Calculate the position of the superblock.
                 * It is always aligned to a 4K boundary and
@@ -1923,7 +1917,6 @@ static int load_super1(struct supertype *st, int fd, char *devname)
        return 0;
 }
 
-
 static struct supertype *match_metadata_desc1(char *arg)
 {
        struct supertype *st = xcalloc(1, sizeof(*st));
@@ -1993,7 +1986,6 @@ static __u64 _avail_size1(struct supertype *st, __u64 devsize,
        else
                devsize -= 8;
 
-
        if (st->minor_version < 0)
                /* not specified, so time to set default */
                st->minor_version = 2;
@@ -2069,7 +2061,6 @@ add_internal_bitmap1(struct supertype *st,
        bitmap_super_t *bms = (bitmap_super_t*)(((char*)sb) + MAX_SB_SIZE);
        int uuid[4];
 
-
        if (__le64_to_cpu(sb->data_size) == 0)
                /* Must be creating the array, else data_size would be non-zero */
                creating = 1;
index 377a6da5ca5f738dfa3e6c03894caaef9c36a47e..b6db5743d5722269c8c3d120cd95b8ffdf8e95d8 100644 (file)
@@ -47,7 +47,6 @@ int main(int argc, char *argv[])
                exit(1);
        }
 
-
        for (i=0; i < 4096 ; i+=4) {
                char t = super[i];
                super[i] = super[i+3];
@@ -69,7 +68,6 @@ int main(int argc, char *argv[])
                super[32*4+10*4 +i] = t;
        }
 
-
        if (lseek64(fd, offset, 0) < 0LL) {
                perror("lseek64");
                exit(1);
@@ -81,5 +79,3 @@ int main(int argc, char *argv[])
        exit(0);
 
 }
-
-
diff --git a/sysfs.c b/sysfs.c
index cb25a413a1dfc28926b05fad8e8db08dd601e51f..5512a302001d587f0e82a3bfe52c77e478de5d5d 100644 (file)
--- a/sysfs.c
+++ b/sysfs.c
@@ -88,7 +88,6 @@ void sysfs_init(struct mdinfo *mdi, int fd, char *devnm)
        strcpy(mdi->sys_name, devnm);
 }
 
-
 struct mdinfo *sysfs_read(int fd, char *devnm, unsigned long options)
 {
        char fname[PATH_MAX];
@@ -456,7 +455,7 @@ int sysfs_uevent(struct mdinfo *sra, char *event)
                return -1;
        }
        return 0;
-}      
+}
 
 int sysfs_attribute_available(struct mdinfo *sra, struct mdinfo *dev, char *name)
 {
@@ -771,7 +770,6 @@ int sysfs_disk_to_scsi_id(int fd, __u32 *id)
        return 0;
 }
 
-
 int sysfs_unique_holder(char *devnm, long rdev)
 {
        /* Check that devnm is a holder of rdev,
index 3c3fd18d973df2572c63285386c6896a6c1ae1c0..30b2c65cf7d55cf5b695bd814fba97c197b7f106 100644 (file)
@@ -23,4 +23,3 @@ mdadm -B $md0 -l linear -n5 $dev0 $dev1 $dev2 $dev3 $dev4
 check linear
 testdev $md0 5 $size 64
 mdadm -S $md0
-
index 759acd7da803a5346cf36b13443e6fd1bf5880de..ffb30ce93987b9287aa92ab5df14f9ff126d7592 100644 (file)
@@ -31,4 +31,3 @@ do
   done
   mdadm -S $md0
 done
-
index d4ef2fd88b6472dd553d8228e2072f61114654cb..c6fcdae617eda686e2a742b257744bc4b0e426a6 100644 (file)
@@ -55,4 +55,3 @@ do
   done
   mdadm -S $md0
 done
-
index 26d2300ac592ffa7d9329d272bc976281594ee60..4d5e824d3e0e9c6ca97c7c3d9325f41a427d3a66 100644 (file)
@@ -10,4 +10,3 @@ mdadm -S $md0
 mdadm -A $md0 --name="Fred" $devlist
 #mdadm -Db $md0
 mdadm -S $md0
-
index f139a08e27898d5116fe7c273c3e54d596453d6e..968c19749d17567ee96e6bfc6b11183bf0251b92 100644 (file)
@@ -11,4 +11,3 @@ mdadm -S $md0
 mdadm -CR $md0 -l1 -n3 --write-behind --bitmap=internal --bitmap-chunk=4 $dev0 $dev1 --write-mostly $dev2
 testdev $md0 1 $mdsize1a 64
 mdadm -S $md0
-
index 724621afc36c3a62106c54f6fa363fd4f141c597..0e1f25f98bc836f7ec8be21219d6a9a494ddfdfe 100644 (file)
@@ -43,4 +43,3 @@ do
 done
 done
 exit 0
-
index 448b03e3b4f570db809acba80f5a07d033f4353d..4b656b538e6a78f692693ecfc596a992aa2b4018 100644 (file)
@@ -76,4 +76,3 @@ imsm_check_removal $container $dev0
 mdadm --add $container $dev4
 check wait
 imsm_check_hold $container $dev4
-
index 89d63a6daf93f9362659d08ad0e7678a79fc2788..df5b0ce3739194904112668da126bc44486b2b45 100644 (file)
@@ -28,4 +28,3 @@ vol0_new_num_comps=$((num_disks - 1))
 vol0_new_chunk=64
 
 . tests/imsm-grow-template 1 1
-
index be59e3d83d829242024d3ea28e0dcbc41919723e..4fe3807e1574315f532fade67ab7a7be0b196d24 100644 (file)
@@ -18,7 +18,4 @@ vol0_new_level=0
 vol0_new_num_comps=$vol0_num_comps
 vol0_new_chunk=256
 
-
 . tests/imsm-grow-template 0 1
-
-
index 9e8262de1da5d355303729abacc6b076ef1daf0e..8b6e6f06ff7a75fdda0eb237cc627a7855fccd73 100644 (file)
@@ -11,4 +11,3 @@ then
   echo "ERROR: size is wrong for $dev: $cnt * $size (chunk=$chunk) = $rasize, not `/sbin/blockdev --getsize $dev`"
   exit 1;
 fi
-
diff --git a/util.c b/util.c
index 7da69ac1c7569b30c826ba9ff3c82456ca641b08..90b63eb39c9eccdf8f28985135f2c53b0776ebe0 100644 (file)
--- a/util.c
+++ b/util.c
@@ -778,7 +778,6 @@ int get_data_disks(int level, int layout, int raid_disks)
        return data_disks;
 }
 
-
 int devnm2devid(char *devnm)
 {
        /* First look in /sys/block/$DEVNM/dev for %d:%d