Commit a33ea401 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

waiter: Adjust assertion based on usage

This looks like a copy-pasta or autocomplete mistake.
parent 88698015
...@@ -63,7 +63,7 @@ struct waiter_impl { ...@@ -63,7 +63,7 @@ struct waiter_impl {
static inline double static inline double
Wait_When(const struct waited *wp) Wait_When(const struct waited *wp)
{ {
CHECK_OBJ_ORNULL(wp, WAITED_MAGIC); CHECK_OBJ_NOTNULL(wp, WAITED_MAGIC);
return (wp->idle + wp->tmo); return (wp->idle + wp->tmo);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment