mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
toollib: fix wrong paren placement
This commit is contained in:
parent
6624833839
commit
44ba862674
@ -3119,7 +3119,7 @@ int process_each_pv(struct cmd_context *cmd,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((ret = _get_arg_devices(cmd, &arg_pvnames, &arg_devices) != ECMD_PROCESSED))
|
if ((ret = _get_arg_devices(cmd, &arg_pvnames, &arg_devices)) != ECMD_PROCESSED)
|
||||||
/* get_arg_devices reports the error for any PV names not found. */
|
/* get_arg_devices reports the error for any PV names not found. */
|
||||||
ret_max = ECMD_FAILED;
|
ret_max = ECMD_FAILED;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user