There's no ECS_CLOSED; correct a comment naming it.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Paul Durrant <paul@xen.org>
* We can only get here if the port was closed and re-bound after
* unlocking d1 but before locking d2 above. We could retry but
* it is easier to return the same error as if we had seen the
- * port in ECS_CLOSED. It must have passed through that state for
+ * port in ECS_FREE. It must have passed through that state for
* us to end up here, so it's a valid error to return.
*/
rc = -EINVAL;