mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[qib7322] Fix whitespace errors
Fix up the whitespace errors inadvertently introduced by the last-minute rename from the internal QLogic codename to "qib7322". Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -488,8 +488,9 @@ qib7322_create_send_bufs ( struct qib7322 *qib7322, unsigned long base,
|
|||||||
* @v qib7322 QIB7322 device
|
* @v qib7322 QIB7322 device
|
||||||
* @v send_bufs Send buffer set
|
* @v send_bufs Send buffer set
|
||||||
*/
|
*/
|
||||||
static void qib7322_destroy_send_bufs ( struct qib7322 *qib7322 __unused,
|
static void
|
||||||
struct qib7322_send_buffers *send_bufs ){
|
qib7322_destroy_send_bufs ( struct qib7322 *qib7322 __unused,
|
||||||
|
struct qib7322_send_buffers *send_bufs ) {
|
||||||
free ( send_bufs );
|
free ( send_bufs );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user