[list] Tidy up naming convention for list_contains() and friends

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-10-14 13:35:05 +01:00
parent 12767d2202
commit 38b205d0a4
3 changed files with 48 additions and 12 deletions

View File

@@ -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 );