summaryrefslogtreecommitdiffstats
path: root/super-intel.c
diff options
context:
space:
mode:
authorJes Sorensen <jsorensen@fb.com>2017-05-16 20:04:22 +0200
committerJes Sorensen <jsorensen@fb.com>2017-05-16 20:04:22 +0200
commitb831b299e864224b389743d8a435d6629ee674e3 (patch)
treede55a908beaaf9dc57ec7a2999b1bbbb030f8b03 /super-intel.c
parentmdadm: Fixup more broken logical operator formatting (diff)
downloadmdadm-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.c2
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;