mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[list] Tidy up naming convention for list_contains() and friends
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
+1
-1
@@ -1625,7 +1625,7 @@ void fc_ulp_detach ( struct fc_ulp_user *user ) {
|
||||
return;
|
||||
|
||||
/* Sanity checks */
|
||||
list_check_contains ( user, &ulp->users, list );
|
||||
list_check_contains_entry ( user, &ulp->users, list );
|
||||
|
||||
/* Detach user and log out if no users remain */
|
||||
list_del ( &user->list );
|
||||
|
||||
Reference in New Issue
Block a user