mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +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:
@@ -233,7 +233,7 @@ void netdev_tx_complete_err ( struct net_device *netdev,
|
||||
struct io_buffer *iobuf, int rc ) {
|
||||
|
||||
/* Catch data corruption as early as possible */
|
||||
list_check_contains ( iobuf, &netdev->tx_queue, list );
|
||||
list_check_contains_entry ( iobuf, &netdev->tx_queue, list );
|
||||
|
||||
/* Dequeue and free I/O buffer */
|
||||
list_del ( &iobuf->list );
|
||||
|
||||
Reference in New Issue
Block a user