mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
drm: Fix typo in KASSERT message: s/Dandling/Dangling/
This commit is contained in:
parent
9850f95989
commit
b5185a8933
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ void
|
|||
drm_gem_object_reference(struct drm_gem_object *obj)
|
||||
{
|
||||
|
||||
KASSERT(obj->refcount > 0, ("Dandling obj %p", obj));
|
||||
KASSERT(obj->refcount > 0, ("Dangling obj %p", obj));
|
||||
refcount_acquire(&obj->refcount);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue