diff options
author | Jes Sorensen <jsorensen@fb.com> | 2017-05-16 20:04:22 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-05-16 20:04:22 +0200 |
commit | b831b299e864224b389743d8a435d6629ee674e3 (patch) | |
tree | de55a908beaaf9dc57ec7a2999b1bbbb030f8b03 /super-intel.c | |
parent | mdadm: Fixup more broken logical operator formatting (diff) | |
download | mdadm-b831b299e864224b389743d8a435d6629ee674e3.tar.xz mdadm-b831b299e864224b389743d8a435d6629ee674e3.zip |
mdadm: Fix '==' broken formatting
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'super-intel.c')
-rw-r--r-- | super-intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c index 3d0a37c6..51b7cc3c 100644 --- a/super-intel.c +++ b/super-intel.c @@ -4023,7 +4023,7 @@ static void migrate(struct imsm_dev *dev, struct intel_super *super, /* duplicate and then set the target end state in map[0] */ memcpy(dest, src, sizeof_imsm_map(src)); - if (migr_type == MIGR_REBUILD || migr_type == MIGR_GEN_MIGR) { + if (migr_type == MIGR_REBUILD || migr_type == MIGR_GEN_MIGR) { __u32 ord; int i; |