Remove spurious incorrect comment
Comment originated from original version of this code, and the newer comment which was added when it was pulled into a seperate function covers all cases. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
2c9843f2a4
commit
c86d45e8a1
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ static void interruptible_signverify_get_minmax_completes(uint32_t max_ops,
|
||||||
to complete, and likewise that with a max_ops of
|
to complete, and likewise that with a max_ops of
|
||||||
PSA_INTERRUPTIBLE_MAX_OPS_UNLIMITED, it should complete in one go. */
|
PSA_INTERRUPTIBLE_MAX_OPS_UNLIMITED, it should complete in one go. */
|
||||||
if (max_ops == 0 || max_ops == 1) {
|
if (max_ops == 0 || max_ops == 1) {
|
||||||
/* Failure test cases will fail on the first op. */
|
|
||||||
if (expected_status == PSA_SUCCESS) {
|
if (expected_status == PSA_SUCCESS) {
|
||||||
*min_completes = 2;
|
*min_completes = 2;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue