diff options
author | Jes Sorensen <jsorensen@fb.com> | 2017-05-05 17:39:58 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-05-05 17:39:58 +0200 |
commit | c2d1a6ec6b94385e64e721b733bd44d1d704b530 (patch) | |
tree | 0017a8f5bb021d9828ffcc3ecaf4353023eae87f /Incremental.c | |
parent | Fix typo in new udev rule. (diff) | |
download | mdadm-c2d1a6ec6b94385e64e721b733bd44d1d704b530.tar.xz mdadm-c2d1a6ec6b94385e64e721b733bd44d1d704b530.zip |
Incremental: return is not a function
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'Incremental.c')
-rw-r--r-- | Incremental.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Incremental.c b/Incremental.c index 97b2e999..c00a43d6 100644 --- a/Incremental.c +++ b/Incremental.c @@ -823,7 +823,7 @@ static int container_members_max_degradation(struct map_ent *map, struct map_ent } close(afd); } - return (max_degraded); + return max_degraded; } static int array_try_spare(char *devname, int *dfdp, struct dev_policy *pol, |