mirror of https://github.com/ipxe/ipxe.git
[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>pull/1/head
parent
4a39717e17
commit
74bc1b95bb
|
@ -488,7 +488,8 @@ 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
|
||||||
|
qib7322_destroy_send_bufs ( struct qib7322 *qib7322 __unused,
|
||||||
struct qib7322_send_buffers *send_bufs ) {
|
struct qib7322_send_buffers *send_bufs ) {
|
||||||
free ( send_bufs );
|
free ( send_bufs );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue