david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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:
Michael Brown 2010-06-01 19:11:38 +01:00
parent 4a39717e17
commit 74bc1b95bb
1 changed files with 108 additions and 107 deletions

View File

@ -488,7 +488,8 @@ qib7322_create_send_bufs ( struct qib7322 *qib7322, unsigned long base,
* @v qib7322 QIB7322 device
* @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 ) {
free ( send_bufs );
}